mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdbd: Print tdb flags when logging attached to database message
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 846109169ee5e3d03135156e45c8dac93aa2e95b)
This commit is contained in:
parent
1c21f37e57
commit
14c49eabe4
@ -996,7 +996,8 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user