Chris Browne cbbrowne at lists.slony.info
Tue Feb 6 13:03:13 PST 2007
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main:/tmp/cvs-serv6778

Modified Files:
	remote_worker.c 
Log Message:
Changed some SLON_DEBUG5 (not valid) to SLON_DEBUG4


Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** remote_worker.c	2 Feb 2007 22:21:36 -0000	1.132
--- remote_worker.c	6 Feb 2007 21:03:11 -0000	1.133
***************
*** 5990,5994 ****
  				{
  					/* Finished another number... Fold it into the ranges... */
! 					slon_log(SLON_DEBUG5, "Finished number: %d\n", curr_number);
  
  					/*
--- 5990,5994 ----
  				{
  					/* Finished another number... Fold it into the ranges... */
! 					slon_log(SLON_DEBUG4, "Finished number: %d\n", curr_number);
  
  					/*
***************
*** 6041,6045 ****
  						if (curr_max == curr_min)
  						{
! 							slon_log(SLON_DEBUG5, "simple entry - %d\n", curr_max);
  							slon_appendquery(action_subquery,
  										" log_actionseq <> '%d' ", curr_max);
--- 6041,6045 ----
  						if (curr_max == curr_min)
  						{
! 							slon_log(SLON_DEBUG4, "simple entry - %d\n", curr_max);
  							slon_appendquery(action_subquery,
  										" log_actionseq <> '%d' ", curr_max);
***************
*** 6047,6051 ****
  						else
  						{
! 							slon_log(SLON_DEBUG5, "between entry - %d %d\n",
  									 curr_min, curr_max);
  							slon_appendquery(action_subquery,
--- 6047,6051 ----
  						else
  						{
! 							slon_log(SLON_DEBUG4, "between entry - %d %d\n",
  									 curr_min, curr_max);
  							slon_appendquery(action_subquery,
***************
*** 6076,6080 ****
  		if (curr_max == curr_min)
  		{
! 			slon_log(SLON_DEBUG5, "simple entry - %d\n", curr_max);
  			slon_appendquery(action_subquery,
  							 " log_actionseq <> '%d' ", curr_max);
--- 6076,6080 ----
  		if (curr_max == curr_min)
  		{
! 			slon_log(SLON_DEBUG4, "simple entry - %d\n", curr_max);
  			slon_appendquery(action_subquery,
  							 " log_actionseq <> '%d' ", curr_max);
***************
*** 6082,6086 ****
  		else
  		{
! 			slon_log(SLON_DEBUG5, "between entry - %d %d\n",
  					 curr_min, curr_max);
  			slon_appendquery(action_subquery,
--- 6082,6086 ----
  		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