1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

fixed debug message

(This used to be ctdb commit 9802bf1ef9104b31977020e803b0f81da71c7169)
This commit is contained in:
Andrew Tridgell 2007-05-11 17:29:21 +10:00
parent 63acf8ab95
commit 85aff64ed8

View File

@ -891,7 +891,7 @@ int ctdb_ctrl_setrecmode(struct ctdb_context *ctdb, struct timeval timeout, uint
CTDB_CONTROL_SET_RECMODE, 0, data,
ctdb, &outdata, &res, &timeout);
if (ret != 0 || res != 0) {
DEBUG(0,(__location__ " ctdb_control for getrecmode failed\n"));
DEBUG(0,(__location__ " ctdb_control for setrecmode failed\n"));
return -1;
}