diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-15 09:48:53 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-15 09:50:13 +0200 |
commit | 98187fe3092273713b7ac9f8dada01bc5485c7ef (patch) | |
tree | 2b00c8d7c499c0bb15863486569e5ad32878e2d5 | |
parent | 02002a52f243d29d61f62802c7e0d878b3d84a34 (diff) | |
download | samba-98187fe3092273713b7ac9f8dada01bc5485c7ef.tar.gz samba-98187fe3092273713b7ac9f8dada01bc5485c7ef.tar.xz samba-98187fe3092273713b7ac9f8dada01bc5485c7ef.zip |
s3: Increase debug level for shutdown_other_smbds
-rw-r--r-- | source3/smbd/sesssetup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 2536a991170..cca3a1abf69 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); |