Remove a gratuitous newline. This should be a non-functional change.

PR:		bin/153667
Submitted by:	Craig Leres
MFC after:	1 week
This commit is contained in:
Jaakko Heinonen 2011-06-07 16:23:27 +00:00
parent 5a10f1ccec
commit 189075e9db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222825

View File

@ -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)");