summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-15 09:48:53 +0200
committerVolker Lendecke <vl@samba.org>2010-08-15 09:50:13 +0200
commit98187fe3092273713b7ac9f8dada01bc5485c7ef (patch)
tree2b00c8d7c499c0bb15863486569e5ad32878e2d5 /source3
parent02002a52f243d29d61f62802c7e0d878b3d84a34 (diff)
downloadsamba-98187fe3092273713b7ac9f8dada01bc5485c7ef.tar.gz
samba-98187fe3092273713b7ac9f8dada01bc5485c7ef.tar.bz2
samba-98187fe3092273713b7ac9f8dada01bc5485c7ef.zip
s3: Increase debug level for shutdown_other_smbds
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/sesssetup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index 2536a99117..cca3a1abf6 100644
--- a/source3/smbd/sesssetup.c
+++ b/source3/smbd/sesssetup.c
@@ -1399,9 +1399,9 @@ static int shutdown_other_smbds(const struct connections_key *key,
return 0;
}
- DEBUG(0,("shutdown_other_smbds: shutting down pid %u "
- "(IP %s)\n", (unsigned int)procid_to_pid(&crec->pid),
- state->ip));
+ DEBUG(1, ("shutdown_other_smbds: shutting down pid %u "
+ "(IP %s)\n", (unsigned int)procid_to_pid(&crec->pid),
+ state->ip));
messaging_send(state->msg_ctx, crec->pid, MSG_SHUTDOWN,
&data_blob_null);