1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3: Increase debug level for shutdown_other_smbds

This commit is contained in:
Volker Lendecke 2010-08-15 09:48:53 +02:00
parent 02002a52f2
commit 98187fe309

View File

@ -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);