Chris Browne cbbrowne at lists.slony.info
Thu Feb 8 10:42:40 PST 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main:/tmp/cvs-serv9818/src/slon

Modified Files:
      Tag: REL_1_2_STABLE
	remote_worker.c 
Log Message:
Fix debug level in v1.2 - DEBUG4 is supported, but not DEBUG5

Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.124.2.9
retrieving revision 1.124.2.10
diff -C2 -d -r1.124.2.9 -r1.124.2.10
*** remote_worker.c	2 Feb 2007 22:21:18 -0000	1.124.2.9
--- remote_worker.c	8 Feb 2007 18:42:38 -0000	1.124.2.10
***************
*** 5993,5997 ****
  				{
  					/* Finished another number... Fold it into the ranges... */
! 					slon_log(SLON_DEBUG5, "Finished number: %d\n", curr_number);
  
  					/*
--- 5993,5997 ----
  				{
  					/* Finished another number... Fold it into the ranges... */
! 					slon_log(SLON_DEBUG4, "Finished number: %d\n", curr_number);
  
  					/*
***************
*** 6044,6048 ****
  						if (curr_max == curr_min)
  						{
! 							slon_log(SLON_DEBUG5, "simple entry - %d\n", curr_max);
  							slon_appendquery(action_subquery,
  										" log_actionseq <> '%d' ", curr_max);
--- 6044,6048 ----
  						if (curr_max == curr_min)
  						{
! 							slon_log(SLON_DEBUG4, "simple entry - %d\n", curr_max);
  							slon_appendquery(action_subquery,
  										" log_actionseq <> '%d' ", curr_max);
***************
*** 6050,6054 ****
  						else
  						{
! 							slon_log(SLON_DEBUG5, "between entry - %d %d\n",
  									 curr_min, curr_max);
  							slon_appendquery(action_subquery,
--- 6050,6054 ----
  						else
  						{
! 							slon_log(SLON_DEBUG4, "between entry - %d %d\n",
  									 curr_min, curr_max);
  							slon_appendquery(action_subquery,
***************
*** 6079,6083 ****
  		if (curr_max == curr_min)
  		{
! 			slon_log(SLON_DEBUG5, "simple entry - %d\n", curr_max);
  			slon_appendquery(action_subquery,
  							 " log_actionseq <> '%d' ", curr_max);
--- 6079,6083 ----
  		if (curr_max == curr_min)
  		{
! 			slon_log(SLON_DEBUG4, "simple entry - %d\n", curr_max);
  			slon_appendquery(action_subquery,
  							 " log_actionseq <> '%d' ", curr_max);
***************
*** 6085,6089 ****
  		else
  		{
! 			slon_log(SLON_DEBUG5, "between entry - %d %d\n",
  					 curr_min, curr_max);
  			slon_appendquery(action_subquery,
--- 6085,6089 ----
  		else
  		{
! 			slon_log(SLON_DEBUG4, "between entry - %d %d\n",
  					 curr_min, curr_max);
  			slon_appendquery(action_subquery,




More information about the Slony1-commit mailing list