mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-06-01 11:49:06 +00:00
Cleaned log messages (\n at the end of every line)
This commit is contained in:
committed by
Greg Smith
parent
f6a6632169
commit
7a3be3a2f9
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user