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:
parent
02002a52f2
commit
98187fe309
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user