mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
s4:nbt_server/dgram: higher debug level for NBT_MAILSLOT_NETLOGON requests
This matches the log level of the CLDAP case. metze
This commit is contained in:
parent
8386b20799
commit
e082745b51
@ -168,7 +168,7 @@ void nbtd_mailslot_netlogon_handler(struct dgram_mailslot_handler *dgmslot,
|
||||
goto failed;
|
||||
}
|
||||
|
||||
DEBUG(2,("netlogon request to %s from %s:%d\n",
|
||||
DEBUG(5,("netlogon request to %s from %s:%d\n",
|
||||
nbt_name_string(netlogon, name), src->addr, src->port));
|
||||
status = dgram_mailslot_netlogon_parse_request(dgmslot, netlogon, packet, netlogon);
|
||||
if (!NT_STATUS_IS_OK(status)) goto failed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user