Jan Wieck wieck at lists.slony.info
Thu Jul 5 14:34:26 PDT 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv19818

Modified Files:
      Tag: REL_1_2_STABLE
	runtime_config.c 
Log Message:
Fix copy/paste mistake in disableNode().

Jan


Index: runtime_config.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/runtime_config.c,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -C2 -d -r1.27.2.2 -r1.27.2.3
*** runtime_config.c	27 Oct 2006 20:09:56 -0000	1.27.2.2
--- runtime_config.c	5 Jul 2007 21:34:24 -0000	1.27.2.3
***************
*** 276,280 ****
  
  		slon_log(SLON_FATAL,
! 				 "enableNode: unknown node ID %d\n", no_id);
  		slon_retry();
  		return;
--- 276,280 ----
  
  		slon_log(SLON_FATAL,
! 				 "disableNode: unknown node ID %d\n", no_id);
  		slon_retry();
  		return;



More information about the Slony1-commit mailing list