mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
debug output on receipt of message.
(This used to be commit 6bd5b7ce8e
)
This commit is contained in:
@ -322,6 +322,8 @@ void message_dispatch(void)
|
||||
received_signal = 0;
|
||||
|
||||
while (message_recv(&msg_type, &src, &buf, &len)) {
|
||||
DEBUG(10,("message_dispatch: received msg_type=%d src_pid=%d\n",
|
||||
msg_type, (int) src));
|
||||
for (dfn = dispatch_fns; dfn; dfn = dfn->next) {
|
||||
if (dfn->msg_type == msg_type) {
|
||||
DEBUG(10,("message_dispatch: processing message of type %d.\n", msg_type));
|
||||
|
Reference in New Issue
Block a user