From 5f4a1d87d2f70aabd8224b936ff5381bfab9a276 Mon Sep 17 00:00:00 2001 From: hadaq Date: Tue, 19 Jul 2005 15:01:20 +0000 Subject: [PATCH] changed by Matthias on May 3 09:59, mt --- hadaq/worker.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hadaq/worker.c b/hadaq/worker.c index 941fad5..55b87c3 100644 --- a/hadaq/worker.c +++ b/hadaq/worker.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/worker.c,v 6.26 2004-08-10 11:10:43 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/worker.c,v 6.27 2005-07-19 15:01:20 hadaq Exp $"; #define WORKER_NEW_PROTOCOL @@ -240,7 +240,10 @@ int Worker_start(const char *path, char *const argv[]) } else { if (my->pid == 0) { /* This is the child, we can not get out of */ /* this block */ +#if 0 + /* BUGBUG this syslog causes multithreaded agent (IOC) to stop */ syslog(LOG_INFO, "Starting worker %d (%s)", getpid(), path); +#endif if (0 > execvp(path, argv)) { syslog(LOG_DEBUG, "%s:%d: %s", __FILE__, __LINE__, strerror(errno)); syslog(LOG_EMERG, "Starting %s: %s", path, strerror(errno)); -- 2.43.0