mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3:nmbd: don't log get_domain_master_name_node_status_fail at level 0
metze
This commit is contained in:
parent
1c76e99ae4
commit
a3ccdafd1b
@ -485,7 +485,7 @@ static void get_domain_master_name_node_status_success(struct subnet_record *sub
|
||||
static void get_domain_master_name_node_status_fail(struct subnet_record *subrec,
|
||||
struct response_record *rrec)
|
||||
{
|
||||
if( DEBUGLVL( 0 ) ) {
|
||||
if( DEBUGLVL( 2 ) ) {
|
||||
dbgtext( "get_domain_master_name_node_status_fail:\n" );
|
||||
dbgtext( "Doing a node status request to the domain master browser " );
|
||||
dbgtext( "at IP %s failed.\n", inet_ntoa(rrec->packet->ip) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user