* 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:
Dirk-Jan C. Binnema 2011-05-18 00:22:19 +03:00
parent ca9dc6ee6b
commit f6c21aaadc
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ mu_util_init_system (void)
g_critical ("cannot set G_SLICE");
return FALSE;
}
MU_LOG_FILE("setting G_SLICE to always-malloc");
MU_WRITE_LOG("setting G_SLICE to always-malloc");
#endif /*__FreeBSD__*/
g_type_init ();