1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Remove debug message

(This used to be ctdb commit db0fdc2281c4742113c92d697371c37815db35a0)
This commit is contained in:
Ronnie Sahlberg 2011-10-24 12:21:55 +11:00
parent 71b8015ccf
commit 90c0c235fa

View File

@ -728,8 +728,6 @@ int ctdb_set_db_readonly(struct ctdb_context *ctdb, struct ctdb_db_context *ctdb
{
char *ropath;
DEBUG(DEBUG_ERR,("XXX set db readonly %s\n", ctdb_db->db_name));
if (ctdb_db->readonly) {
return 0;
}