changed by Matthias on May 3 09:59, mt
authorhadaq <hadaq>
Tue, 19 Jul 2005 15:01:20 +0000 (15:01 +0000)
committerhadaq <hadaq>
Tue, 19 Jul 2005 15:01:20 +0000 (15:01 +0000)
hadaq/worker.c

index 941fad59732440846e967e740b6ba0a65c781681..55b87c3dc5466be794c1e86f02a944f020fddd2f 100644 (file)
@@ -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));