svn commit: r223734 - stable/7/libexec/comsat

Jaakko Heinonen jh at FreeBSD.org
Sun Jul 3 07:17:00 UTC 2011


Author: jh
Date: Sun Jul  3 07:16:59 2011
New Revision: 223734
URL: http://svn.freebsd.org/changeset/base/223734

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

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

Modified: stable/7/libexec/comsat/comsat.c
==============================================================================
--- stable/7/libexec/comsat/comsat.c	Sun Jul  3 07:14:48 2011	(r223733)
+++ stable/7/libexec/comsat/comsat.c	Sun Jul  3 07:16:59 2011	(r223734)
@@ -215,7 +215,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);
 	if (fork())
 		return;
 	(void)signal(SIGALRM, SIG_DFL);


More information about the svn-src-stable mailing list