s3: increase the log level for missing PIDs on SIGCHLD
[samba.git] / source3 / smbd / server.c
index 9c2709caf6ba49cc89862d77515b2daa641b0474..dbcf5fdb513e92c073749c6fb8329c4954b26a40 100644 (file)
@@ -235,7 +235,8 @@ static void remove_child_pid(pid_t pid, bool unclean_shutdown)
                }
        }
 
-       DEBUG(0, ("Could not find child %d -- ignoring\n", (int)pid));
+       /* not all forked child processes are added to the children list */
+       DEBUG(1, ("Could not find child %d -- ignoring\n", (int)pid));
 }
 
 /****************************************************************************