diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gabble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gabble.c b/src/gabble.c index 992d12e08..18ce1ac51 100644 --- a/src/gabble.c +++ b/src/gabble.c @@ -144,6 +144,7 @@ gabble_main (int argc, construct_cm, argc, argv); #ifdef ENABLE_DEBUG + g_log_set_default_handler (g_log_default_handler, NULL); g_object_unref (debug_sender); #endif |