aboutsummaryrefslogtreecommitdiff
path: root/libexec/comsat/comsat.c
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2011-06-07 16:23:27 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2011-06-07 16:23:27 +0000
commit189075e9db44afa4632b9ad7c7f51f4cc92668d8 (patch)
treedeaea893d8332758266983d9dedd88c5356dad8e /libexec/comsat/comsat.c
parent5a10f1ccec1e80704818aed619c4ba48d3a5b576 (diff)
downloadsrc-189075e9db44afa4632b9ad7c7f51f4cc92668d8.tar.gz
src-189075e9db44afa4632b9ad7c7f51f4cc92668d8.zip
Remove a gratuitous newline. This should be a non-functional change.
PR: bin/153667 Submitted by: Craig Leres MFC after: 1 week
Notes
Notes: svn path=/head/; revision=222825
Diffstat (limited to 'libexec/comsat/comsat.c')
-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 d0ff7a43dbd6..2a0fd3c764a9 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)");