svn commit: r223733 - stable/8/libexec/comsat

Jaakko Heinonen jh at FreeBSD.org
Sun Jul 3 07:14:49 UTC 2011


Author: jh
Date: Sun Jul  3 07:14:48 2011
New Revision: 223733
URL: http://svn.freebsd.org/changeset/base/223733

Log:
  MFC r222825: Remove a gratuitous newline.
  
  PR:		bin/153667

Modified:
  stable/8/libexec/comsat/comsat.c
Directory Properties:
  stable/8/libexec/comsat/   (props changed)

Modified: stable/8/libexec/comsat/comsat.c
==============================================================================
--- stable/8/libexec/comsat/comsat.c	Sat Jul  2 23:42:04 2011	(r223732)
+++ stable/8/libexec/comsat/comsat.c	Sun Jul  3 07:14:48 2011	(r223733)
@@ -219,7 +219,7 @@ notify(struct utmp *utp, char file[], of
 		dsyslog(LOG_DEBUG, "%s: wrong mode on %s", utp->ut_name, tty);
 		return;
 	}
-	dsyslog(LOG_DEBUG, "notify %s on %s\n", utp->ut_name, tty);
+	dsyslog(LOG_DEBUG, "notify %s on %s", utp->ut_name, tty);
 	switch (fork()) {
 	case -1:
 		syslog(LOG_NOTICE, "fork failed (%m)");


More information about the svn-src-all mailing list