From bd3b4363f82a88a7abb776092169f6fadc972246 Mon Sep 17 00:00:00 2001 From: jh Date: Tue, 7 Jun 2011 16:23:27 +0000 Subject: Remove a gratuitous newline. This should be a non-functional change. PR: bin/153667 Submitted by: Craig Leres MFC after: 1 week --- libexec/comsat/comsat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index d0ff7a4..2a0fd3c 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -180,7 +180,7 @@ notify(struct utmpx *utp, char file[], off_t offset, int folder) 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)"); -- cgit v1.1