r19672 - gnucash/trunk/src/libqof/qof - qoflog.h: No such macro as G_LOG_LEVEL_FATAL

John Ralls jralls at code.gnucash.org
Mon Oct 18 17:54:19 EDT 2010


Author: jralls
Date: 2010-10-18 17:54:19 -0400 (Mon, 18 Oct 2010)
New Revision: 19672
Trac: http://svn.gnucash.org/trac/changeset/19672

Modified:
   gnucash/trunk/src/libqof/qof/qoflog.h
Log:
qoflog.h: No such macro as G_LOG_LEVEL_FATAL

Modified: gnucash/trunk/src/libqof/qof/qoflog.h
===================================================================
--- gnucash/trunk/src/libqof/qof/qoflog.h	2010-10-18 19:16:01 UTC (rev 19671)
+++ gnucash/trunk/src/libqof/qof/qoflog.h	2010-10-18 21:54:19 UTC (rev 19672)
@@ -173,7 +173,7 @@
 
 /** Log a fatal error */
 #define FATAL(format, ...) do { \
-    g_log (log_module, G_LOG_LEVEL_FATAL, \
+    g_log (log_module, G_LOG_LEVEL_ERROR, \
       "[%s()] " format, PRETTY_FUNC_NAME , __VA_ARGS__); \
 } while (0)
 
@@ -225,7 +225,7 @@
 
 /** Log a fatal error */
 #define FATAL(format, args...) do { \
-    g_log (log_module, G_LOG_LEVEL_FATAL, \
+    g_log (log_module, G_LOG_LEVEL_ERROR, \
       "[%s()] " format, PRETTY_FUNC_NAME , ## args); \
 } while (0)
 



More information about the gnucash-changes mailing list