From: Volker Lendecke Date: Fri, 13 Apr 2012 14:03:26 +0000 (+0200) Subject: s3: Increase debuglevel for unknown child msgs X-Git-Tag: ldb-1.1.6~49 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d2fe0bf776dc17b66dcd3ff907c1ff5a43eceeb6;p=samba.git s3: Increase debuglevel for unknown child msgs Now that we have forked background jobs, this spams log.smbd --- diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 16c2d28a266..2920bbd7fb1 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -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)); } /****************************************************************************