s3: Increase debuglevel for unknown child msgs
authorVolker Lendecke <vl@samba.org>
Fri, 13 Apr 2012 14:03:26 +0000 (16:03 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2012 08:21:00 +0000 (10:21 +0200)
Now that we have forked background jobs, this spams log.smbd

source3/smbd/server.c

index 16c2d28a26678a11b8505da1422ae8c5f862dd69..2920bbd7fb1c4b80c3f1a15c7da3c96f85430f2e 100644 (file)
@@ -366,7 +366,7 @@ static void remove_child_pid(struct smbd_parent_context *parent,
        }
 
        /* not all forked child processes are added to the children list */
-       DEBUG(1, ("Could not find child %d -- ignoring\n", (int)pid));
+       DEBUG(2, ("Could not find child %d -- ignoring\n", (int)pid));
 }
 
 /****************************************************************************