* mu-log: it's not an error when moving the log file failed due to no gio
This commit is contained in:
@ -152,9 +152,10 @@ move_log_file (const char* logfile)
|
|||||||
static gboolean
|
static gboolean
|
||||||
move_log_file (const char *logfile)
|
move_log_file (const char *logfile)
|
||||||
{
|
{
|
||||||
g_warning ("Failed to move log file '%s', because this 'mu'"
|
g_message ("Failed to move log file '%s', because this mu "
|
||||||
"was built without GIO support", logfile);
|
"was built without GIO support", logfile);
|
||||||
return FALSE;
|
|
||||||
|
return TRUE; /* ignore the error */
|
||||||
}
|
}
|
||||||
#endif /* HAVE_GIO */
|
#endif /* HAVE_GIO */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user