diff options
-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)); } /**************************************************************************** |