-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
} 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));