Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jul 2011 07:14:49 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r223733 - stable/8/libexec/comsat
Message-ID:  <201107030714.p637EnJJ073846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)");



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