From 8a948a97681be8a53b8e44de583725782b67da79 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 31 Jul 2006 13:09:21 +0000 Subject: [PATCH] * re-add debugging functionality (-d) pmo-trunk-r447 --- src/modest-main.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- 1.7.9.5