ctdbd: Print tdb flags when logging attached to database message
authorAmitay Isaacs <amitay@gmail.com>
Wed, 10 Jul 2013 02:23:30 +0000 (12:23 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 10 Jul 2013 04:33:19 +0000 (14:33 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
server/ctdb_ltdb_server.c

index c8715ee4254e2b67ccbe2406896bc0ef64ea2cf4..6b27e290c9e6cc83979fe05c693b280fc1483b29 100644 (file)
@@ -996,8 +996,9 @@ again:
        }
 
 
-       DEBUG(DEBUG_INFO,("Attached to database '%s'\n", ctdb_db->db_path));
-       
+       DEBUG(DEBUG_NOTICE,("Attached to database '%s' with flags 0x%x\n",
+                           ctdb_db->db_path, tdb_flags));
+
        /* success */
        return 0;
 }