s4:nbt_server/dgram: higher debug level for NBT_MAILSLOT_NETLOGON requests
authorStefan Metzmacher <metze@samba.org>
Mon, 31 Oct 2011 11:15:18 +0000 (12:15 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 31 Oct 2011 15:02:42 +0000 (16:02 +0100)
This matches the log level of the CLDAP case.

metze

source4/nbt_server/dgram/netlogon.c

index a727c69d520cdb1953fd5087fd0ec4882c3056d9..f99f195d031e42fe03fdf844fa4986b2978e3a23 100644 (file)
@@ -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;