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:
jh 2011-06-07 16:23:27 +00:00
parent efd82720da
commit bd3b4363f8

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