CVS User Account cvsuser
Thu Sep 30 16:07:50 PDT 2004
Log Message:
-----------
Change the numeric values of message levels so that the debug
levels are all positive numbers starting at 1 to fit into the
new config option system.

Jan

Modified Files:
--------------
    slony1-engine/src/slon:
        misc.h (r1.1 -> r1.2)

-------------- next part --------------
Index: misc.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/misc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/slon/misc.h -Lsrc/slon/misc.h -u -w -r1.1 -r1.2
--- src/slon/misc.h
+++ src/slon/misc.h
@@ -8,7 +8,7 @@
 #include "c.h"
 
 typedef enum {
-        SLON_FATAL,
+        SLON_FATAL = -4,
         SLON_ERROR,
         SLON_WARN,
         SLON_CONFIG,


More information about the Slony1-commit mailing list