summaryrefslogtreecommitdiff
path: root/source4/smbd/process_single.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-09 21:43:16 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-09 21:59:34 +1100
commita894eeab77bde6494d397e5f4cf2a4a1325b41a4 (patch)
treea3a030c49cd5dd5723c24d97634166e3d343f9b0 /source4/smbd/process_single.c
parent93fefefea85808eeeb58294133bd608490a89c86 (diff)
downloadsamba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.tar.gz
samba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.tar.bz2
samba-a894eeab77bde6494d397e5f4cf2a4a1325b41a4.zip
s4-debug: lower the verbosity of a couple of common log messages
Diffstat (limited to 'source4/smbd/process_single.c')
-rw-r--r--source4/smbd/process_single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index ff57a0bc34..f873de47af 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -99,7 +99,7 @@ static void single_new_task(struct tevent_context *ev,
/* called when a task goes down */
static void single_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason)
{
- DEBUG(2,("single_terminate: reason[%s]\n",reason));
+ DEBUG(3,("single_terminate: reason[%s]\n",reason));
}
/* called to set a title of a task or connection */