svn commit: r222825 - head/libexec/comsat

Jaakko Heinonen jh at FreeBSD.org
Tue Jun 7 16:23:27 UTC 2011


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)");


More information about the svn-src-all mailing list