From: Dirk-Jan C. Binnema Date: Mon, 31 Jul 2006 13:09:21 +0000 (+0000) Subject: * re-add debugging functionality (-d) X-Git-Tag: git_migration_finished~4429 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=8a948a97681be8a53b8e44de583725782b67da79 * re-add debugging functionality (-d) pmo-trunk-r447 --- diff --git a/src/modest-main.c b/src/modest-main.c index fa4c692..a804696 100644 --- a/src/modest-main.c +++ b/src/modest-main.c @@ -115,6 +115,9 @@ main (int argc, char *argv[]) retval = MODEST_ERR_CONF; goto cleanup; } + + if (debug) + g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); if (!getenv("DISPLAY")) batch = TRUE;