diff options
| author | Jaakko Heinonen <jh@FreeBSD.org> | 2011-06-07 16:23:27 +0000 |
|---|---|---|
| committer | Jaakko Heinonen <jh@FreeBSD.org> | 2011-06-07 16:23:27 +0000 |
| commit | 189075e9db44afa4632b9ad7c7f51f4cc92668d8 (patch) | |
| tree | deaea893d8332758266983d9dedd88c5356dad8e /libexec/comsat | |
| parent | 5a10f1ccec1e80704818aed619c4ba48d3a5b576 (diff) | |
Notes
Diffstat (limited to 'libexec/comsat')
| -rw-r--r-- | libexec/comsat/comsat.c | 2 |
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)"); |
