lower the loglevel for when we have "tickles" for an ip address that is not a public...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 21 May 2008 01:44:50 +0000 (11:44 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 21 May 2008 01:44:50 +0000 (11:44 +1000)
server/ctdb_takeover.c

index 517970b22a42e9d63b85e2a41cfb7c6da3bd638f..68381e12f9f80e0bb026ccfa6ad69c7d95dd57c4 100644 (file)
@@ -1545,7 +1545,7 @@ int32_t ctdb_control_set_tcp_tickle_list(struct ctdb_context *ctdb, TDB_DATA ind
 
        vnn = find_public_ip_vnn(ctdb, list->ip);
        if (vnn == NULL) {
-               DEBUG(DEBUG_ERR,(__location__ " Could not set tcp tickle list, '%s' is not a public address\n", 
+               DEBUG(DEBUG_INFO,(__location__ " Could not set tcp tickle list, '%s' is not a public address\n", 
                         inet_ntoa(list->ip.sin_addr))); 
                return 1;
        }