From 85aff64ed8255257452e68c7c66ce1727bbae1ef Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 11 May 2007 17:29:21 +1000 Subject: [PATCH] fixed debug message (This used to be ctdb commit 9802bf1ef9104b31977020e803b0f81da71c7169) --- ctdb/common/ctdb_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3