* mu-log: remove unneeded \n in output
This commit is contained in:
@ -182,7 +182,7 @@ mu_log_init (const char* muhome,
|
|||||||
|
|
||||||
fd = open (logfile, O_WRONLY|O_CREAT|O_APPEND, 00600);
|
fd = open (logfile, O_WRONLY|O_CREAT|O_APPEND, 00600);
|
||||||
if (fd < 0)
|
if (fd < 0)
|
||||||
g_warning ("%s: open() of '%s' failed: %s\n", __FUNCTION__,
|
g_warning ("%s: open() of '%s' failed: %s", __FUNCTION__,
|
||||||
logfile, strerror(errno));
|
logfile, strerror(errno));
|
||||||
g_free (logfile);
|
g_free (logfile);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user