server: be less verbose on redundant release_ip events
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Jan 2010 14:04:32 +0000 (15:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Jan 2010 10:11:03 +0000 (11:11 +0100)
metze

server/ctdb_takeover.c

index 0d1088023a5b3c2349627c97a4e7be8c349bc898..b7ce307b13c6c9f04eb3e3fefb9a4a4fa44288c5 100644 (file)
@@ -733,7 +733,7 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb,
        vnn->takeover_ctx = NULL;
 
        if (!ctdb_sys_have_ip(&pip->addr)) {
-               DEBUG(DEBUG_NOTICE,("Redundant release of IP %s/%u on interface %s (ip not held)\n", 
+               DEBUG(DEBUG_INFO,("Redundant release of IP %s/%u on interface %s (ip not held)\n",
                        ctdb_addr_to_str(&pip->addr),
                        vnn->public_netmask_bits, 
                        ctdb_vnn_iface_string(vnn)));