Wed Jul 20 09:48:59 PDT 2005
- Previous message: [Slony1-commit] By dpage: The function get_sharepath() in slonik (used only on win32) is
- Next message: [Slony1-commit] By dpage: Fix version number to match the rest of the code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Here is a patch to fix a broken error msg in Slonik. The error contains
an unexpanded format string, which makes it quite useless for debugging
configuration errors :-)
[Magnus Hagander]
Modified Files:
--------------
slony1-engine/src/slonik:
slonik.c (r1.46 -> r1.47)
-------------- next part --------------
Index: slonik.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -Lsrc/slonik/slonik.c -Lsrc/slonik/slonik.c -u -w -r1.46 -r1.47
--- src/slonik/slonik.c
+++ src/slonik/slonik.c
@@ -1774,7 +1774,7 @@
if (!stmtp)
{
printf("%s:%d: could not open file %s\n",
- stmt->stmt_filename, stmt->stmt_lno, fname);
+ stmt->stmt_filename, stmt->stmt_lno, fnamebuf);
return -1;
}
- Previous message: [Slony1-commit] By dpage: The function get_sharepath() in slonik (used only on win32) is
- Next message: [Slony1-commit] By dpage: Fix version number to match the rest of the code.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list