From: Andrew Tridgell Date: Fri, 11 May 2007 07:29:21 +0000 (+1000) Subject: fixed debug message X-Git-Tag: tevent-0.9.20~348^2~2754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85aff64ed8255257452e68c7c66ce1727bbae1ef;p=thirdparty%2Fsamba.git fixed debug message (This used to be ctdb commit 9802bf1ef9104b31977020e803b0f81da71c7169) --- diff --git a/ctdb/common/ctdb_client.c b/ctdb/common/ctdb_client.c index ff7528b1417..5a8ccc94bcd 100644 --- a/ctdb/common/ctdb_client.c +++ b/ctdb/common/ctdb_client.c @@ -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; }