lower the loglevel for the message that a client has attached to a persistent database
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Dec 2009 03:53:21 +0000 (14:53 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Dec 2009 03:53:21 +0000 (14:53 +1100)
server/ctdb_ltdb_server.c

index 9a58c23b7224b1fbf6feca20b6213eb6fc478dfa..c0d5d904bfb3db3182c47fc44d909156b8f1aec8 100644 (file)
@@ -423,7 +423,7 @@ int ctdb_attach_persistent(struct ctdb_context *ctdb)
                        talloc_free(s);
                        return -1;
                }
-               DEBUG(DEBUG_NOTICE,("Attached to persistent database %s\n", s));
+               DEBUG(DEBUG_INFO,("Attached to persistent database %s\n", s));
 
                talloc_free(s);
        }