Fri Aug 29 14:06:47 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide bestpractices.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv7163/src/slon
Modified Files:
remote_worker.c
Log Message:
Fix format strings in log messages
Index: remote_worker.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.175
retrieving revision 1.176
diff -C2 -d -r1.175 -r1.176
*** remote_worker.c 1 Aug 2008 22:45:18 -0000 1.175
--- remote_worker.c 29 Aug 2008 21:06:45 -0000 1.176
***************
*** 2452,2458 ****
if (sub_provider < 0) {
rtcfg_unlock();
! slon_log(SLON_ERROR, "remoteWorkerThread_%d: provider node for set %"
! "not found in runtime configuration\n",
! set_id);
slon_terminate_worker();
return -1;
--- 2452,2460 ----
if (sub_provider < 0) {
rtcfg_unlock();
! slon_log(SLON_ERROR, "remoteWorkerThread_%d: provider node %d for set %d"
! "not found in runtime configuration\n",
! node->no_id,
! sub_provider,
! set_id);
slon_terminate_worker();
return -1;
***************
*** 2461,2467 ****
if (set_origin < 0) {
rtcfg_unlock();
! slon_log(SLON_ERROR, "remoteWorkerThread_%d: origin node for set %"
! "not found in runtime configuration\n",
! set_id);
slon_terminate_worker();
return -1;
--- 2463,2471 ----
if (set_origin < 0) {
rtcfg_unlock();
! slon_log(SLON_ERROR, "remoteWorkerThread_%d: origin node %d for set %d "
! "not found in runtime configuration\n",
! node->no_id,
! set_origin,
! set_id);
slon_terminate_worker();
return -1;
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide bestpractices.sgml
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list