From f6c21aaadcc18bea987fee377fe785caf2849d6c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 18 May 2011 00:22:19 +0300 Subject: [PATCH] * mu-util.c: Fix #39: use MU_WRITE_LOG instead of the (now something different) MU_LOG_FILE. Change suggested by patch, thanks! --- src/mu-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-util.c b/src/mu-util.c index e6146e83..ec5f0082 100644 --- a/src/mu-util.c +++ b/src/mu-util.c @@ -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 ();