lower the loglevel for a debug message for redundant releases of public ips
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 11 Feb 2010 00:19:08 +0000 (11:19 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 11 Feb 2010 00:19:08 +0000 (11:19 +1100)
server/ctdb_takeover.c

index 7357c0ca54184e17d9f95e4851d55d75a3cb9573..d685de8d19095473a807e8b9581012e05d76ba11 100644 (file)
@@ -376,7 +376,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_DEBUG,("Redundant release of IP %s/%u on interface %s (ip not held)\n", 
                        ctdb_addr_to_str(&pip->addr),
                        vnn->public_netmask_bits, 
                        vnn->iface));