diff options
author | Volker Lendecke <vl@samba.org> | 2012-04-13 16:03:26 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-04-17 10:21:00 +0200 |
commit | d2fe0bf776dc17b66dcd3ff907c1ff5a43eceeb6 (patch) | |
tree | 257fa81457e869e41dbe30c949c270c6a37b50f1 | |
parent | 1e1b6f79b3ef4ac684df4f7dfbbf949e6c8976a9 (diff) | |
download | samba-d2fe0bf776dc17b66dcd3ff907c1ff5a43eceeb6.tar.gz samba-d2fe0bf776dc17b66dcd3ff907c1ff5a43eceeb6.tar.bz2 samba-d2fe0bf776dc17b66dcd3ff907c1ff5a43eceeb6.zip |
s3: Increase debuglevel for unknown child msgs
Now that we have forked background jobs, this spams log.smbd
-rw-r--r-- | source3/smbd/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 16c2d28a26..2920bbd7fb 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)); } /**************************************************************************** |