remove newline from syslog string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16284 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1392,7 +1392,7 @@ start_login(const char *host, int autologin, char *name)
|
||||
|
||||
execv(new_login, argv.argv);
|
||||
save_errno = errno;
|
||||
syslog(LOG_ERR, "%s: %m\n", new_login);
|
||||
syslog(LOG_ERR, "%s: %m", new_login);
|
||||
fatalperror_errno(net, new_login, save_errno);
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user