Wed May 25 18:32:47 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Changes from Neil Conway: This patch fixes various issues
- Next message: [Slony1-commit] By darcyb: Move some of the logging from warning to debug2 level.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Followup to Neil's patch; it didn't have an 'elevel' variable
defined in set_config_option(); recovering the previous variable...
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.c (r1.11 -> r1.12)
-------------- next part --------------
Index: confoptions.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -Lsrc/slon/confoptions.c -Lsrc/slon/confoptions.c -u -w -r1.11 -r1.12
--- src/slon/confoptions.c
+++ src/slon/confoptions.c
@@ -421,6 +421,7 @@
set_config_option(const char *name, const char *value)
{
struct config_generic *record;
+ int elevel = SLON_WARN;
record = find_option(name, WARNING);
- Previous message: [Slony1-commit] By cbbrowne: Changes from Neil Conway: This patch fixes various issues
- Next message: [Slony1-commit] By darcyb: Move some of the logging from warning to debug2 level.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list