* mu-util.c: Fix #39: use MU_WRITE_LOG instead of the (now something different)
MU_LOG_FILE. Change suggested by patch, thanks!
This commit is contained in:
@ -158,7 +158,7 @@ mu_util_init_system (void)
|
|||||||
g_critical ("cannot set G_SLICE");
|
g_critical ("cannot set G_SLICE");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
MU_LOG_FILE("setting G_SLICE to always-malloc");
|
MU_WRITE_LOG("setting G_SLICE to always-malloc");
|
||||||
#endif /*__FreeBSD__*/
|
#endif /*__FreeBSD__*/
|
||||||
|
|
||||||
g_type_init ();
|
g_type_init ();
|
||||||
|
|||||||
Reference in New Issue
Block a user