r21317: this happens very often when you have multihomed nodes
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Feb 2007 15:20:44 +0000 (15:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:09 +0000 (14:48 -0500)
and isn't an error.

metze

source/nbt_server/wins/winsserver.c

index 072c646a92df267f2b819c330ee9b59a28eea0e8..62746d855828e137655a0de71430ed022c853f0e 100644 (file)
@@ -217,7 +217,7 @@ static void wins_wack_allow(struct wack_state *s)
        if (!NT_STATUS_IS_OK(status) ||
            rec2->version != rec->version ||
            strcmp(rec2->wins_owner, rec->wins_owner) != 0) {
-               DEBUG(1,("WINS: record %s changed during WACK - failing registration\n",
+               DEBUG(5,("WINS: record %s changed during WACK - failing registration\n",
                         nbt_name_string(s, rec->name)));
                wins_wack_deny(s);
                return;