* mu-log: small cosmetics
This commit is contained in:
@ -274,7 +274,7 @@ log_write (const char* domain, GLogLevelFlags level,
|
||||
fprintf (stderr, "%s: failed to write to log: %s\n",
|
||||
__FUNCTION__, strerror(errno));
|
||||
|
||||
if (!(MU_LOG->_quiet) && level & G_LOG_LEVEL_MESSAGE)
|
||||
if (!(MU_LOG->_quiet) && (level & G_LOG_LEVEL_MESSAGE))
|
||||
g_print ("mu: %s\n", msg);
|
||||
|
||||
/* for serious errors, log them to stderr as well */
|
||||
|
||||
Reference in New Issue
Block a user