[Xfce4-commits] <tumbler:master> Don't abort with warnings in debug mode.

Nick Schermer noreply at xfce.org
Sat Dec 8 12:22:02 CET 2012


Updating branch refs/heads/master
         to c8ad987bcf1639909c8545efcfc7acc9dec5928b (commit)
       from 5aebd52444a0e15bb07af1fe5f54a3a5180e8cd3 (commit)

commit c8ad987bcf1639909c8545efcfc7acc9dec5928b
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Dec 8 11:33:07 2012 +0100

    Don't abort with warnings in debug mode.
    
    Makes debugging a bit hard, criticals is enough.

 tumblerd/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tumblerd/main.c b/tumblerd/main.c
index c42989d..8ac93b8 100644
--- a/tumblerd/main.c
+++ b/tumblerd/main.c
@@ -76,7 +76,7 @@ main (int    argc,
 
 #ifdef DEBUG
   /* if something doesn't work, fix your code instead! */
-  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
+  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);
 #endif
 
   /* set the application name. Translators: Don't translate "Tumbler". */


More information about the Xfce4-commits mailing list