Tue Sep 19 05:18:33 PDT 2006
- Previous message: [Slony1-commit] By cbbrowne: In recent (1.1 and subsequent) versions of Slony-I, you
- Next message: [Slony1-commit] By cbbrowne: Indicate which locks are added/dropped when MOVE SET runs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Correct the event source name
Modified Files:
--------------
slony1-engine/src/slon/port:
win32service.c (r1.6 -> r1.7)
-------------- next part --------------
Index: win32service.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/port/win32service.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lsrc/slon/port/win32service.c -Lsrc/slon/port/win32service.c -u -w -r1.6 -r1.7
--- src/slon/port/win32service.c
+++ src/slon/port/win32service.c
@@ -382,7 +382,7 @@
if (evtHandle == INVALID_HANDLE_VALUE)
{
- evtHandle = RegisterEventSource(NULL, "Slony-I");
+ evtHandle = RegisterEventSource(NULL, "Slony");
if (evtHandle==NULL)
{
evtHandle = INVALID_HANDLE_VALUE;
- Previous message: [Slony1-commit] By cbbrowne: In recent (1.1 and subsequent) versions of Slony-I, you
- Next message: [Slony1-commit] By cbbrowne: Indicate which locks are added/dropped when MOVE SET runs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list