summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2011-06-07 16:23:27 +0000
committerjh <jh@FreeBSD.org>2011-06-07 16:23:27 +0000
commitbd3b4363f82a88a7abb776092169f6fadc972246 (patch)
treedeaea893d8332758266983d9dedd88c5356dad8e /libexec
parentefd82720da80075e33bb4925bb5cb648c2dafad5 (diff)
downloadFreeBSD-src-bd3b4363f82a88a7abb776092169f6fadc972246.zip
FreeBSD-src-bd3b4363f82a88a7abb776092169f6fadc972246.tar.gz
Remove a gratuitous newline. This should be a non-functional change.
PR: bin/153667 Submitted by: Craig Leres MFC after: 1 week
Diffstat (limited to 'libexec')
-rw-r--r--libexec/comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
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)");
OpenPOWER on IntegriCloud