Fri Oct 27 11:59:56 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: Per Bernd Helmle, changing altperl scripts to not use
- Next message: [Slony1-commit] By cbbrowne: Use new SYNC slonik command to generate a SYNC and wait for
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Use SLON_FATAL rather than FATAL
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.c (r1.17 -> r1.17.2.1)
-------------- next part --------------
Index: confoptions.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -Lsrc/slon/confoptions.c -Lsrc/slon/confoptions.c -u -w -r1.17 -r1.17.2.1
--- src/slon/confoptions.c
+++ src/slon/confoptions.c
@@ -71,7 +71,7 @@
conf_vars = (struct config_generic **) malloc(size_vars * sizeof(struct config_generic *));
if (conf_vars == NULL)
{
- slon_log(FATAL, "malloc failed");
+ slon_log(SLON_FATAL, "malloc failed");
return;
}
num_vars = 0;
- Previous message: [Slony1-commit] By cbbrowne: Per Bernd Helmle, changing altperl scripts to not use
- Next message: [Slony1-commit] By cbbrowne: Use new SYNC slonik command to generate a SYNC and wait for
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list