mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Reduce debug log level from 0 -> 7 on non-critical message.
Jeremy.
This commit is contained in:
parent
8a90106beb
commit
1e4868d251
@ -1068,7 +1068,7 @@ mismatch with our scope (%s).\n", inet_ntoa(p->ip), scope, global_scope()));
|
||||
|
||||
pull_ascii_nstring(src_name, sizeof(src_name), dgram->source_name.name);
|
||||
if (is_myname(src_name)) {
|
||||
DEBUG(0,("process_browse_packet: Discarding datagram from IP %s. Source name \
|
||||
DEBUG(7,("process_browse_packet: Discarding datagram from IP %s. Source name \
|
||||
%s is one of our names !\n", inet_ntoa(p->ip), nmb_namestr(&dgram->source_name)));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user