Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2011 16:23:27 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222825 - head/libexec/comsat
Message-ID:  <201106071623.p57GNRn1091195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jh
Date: Tue Jun  7 16:23:27 2011
New Revision: 222825
URL: http://svn.freebsd.org/changeset/base/222825

Log:
  Remove a gratuitous newline. This should be a non-functional change.
  
  PR:		bin/153667
  Submitted by:	Craig Leres
  MFC after:	1 week

Modified:
  head/libexec/comsat/comsat.c

Modified: head/libexec/comsat/comsat.c
==============================================================================
--- head/libexec/comsat/comsat.c	Tue Jun  7 15:40:17 2011	(r222824)
+++ head/libexec/comsat/comsat.c	Tue Jun  7 16:23:27 2011	(r222825)
@@ -180,7 +180,7 @@ notify(struct utmpx *utp, char file[], o
 		dsyslog(LOG_DEBUG, "%s: wrong mode on %s", utp->ut_user, tty);
 		return;
 	}
-	dsyslog(LOG_DEBUG, "notify %s on %s\n", utp->ut_user, tty);
+	dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_user, tty);
 	switch (fork()) {
 	case -1:
 		syslog(LOG_NOTICE, "fork failed (%m)");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106071623.p57GNRn1091195>