Cleaned log messages (\n at the end of every line)

This commit is contained in:
Gabriele Bartolini
2010-12-29 19:05:40 +01:00
committed by Greg Smith
parent f6a6632169
commit 7a3be3a2f9
2 changed files with 25 additions and 25 deletions

2
log.c
View File

@@ -80,7 +80,7 @@ bool logger_init(const char* ident, const char* level, const char* facility)
if (f == 0) {
/* No syslog requested, just stderr */
stderr_log_notice(_("Use stderr for logging"));
stderr_log_notice(_("Use stderr for logging\n"));
return true;
}
else if (f == -1) {