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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to