log: remove extra newline characters in log messages.
Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
c8b8247f70
commit
d652681e8a
@ -258,10 +258,10 @@ int setup_logging (void)
|
|||||||
config.syslog = TRUE;
|
config.syslog = TRUE;
|
||||||
|
|
||||||
log_message (LOG_CRIT, "ERROR: Could not create log "
|
log_message (LOG_CRIT, "ERROR: Could not create log "
|
||||||
"file %s: %s.\n",
|
"file %s: %s.",
|
||||||
config.logf_name, strerror (errno));
|
config.logf_name, strerror (errno));
|
||||||
log_message (LOG_CRIT,
|
log_message (LOG_CRIT,
|
||||||
"Falling back to syslog logging\n");
|
"Falling back to syslog logging.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user