]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed debug message
authorAndrew Tridgell <tridge@samba.org>
Fri, 11 May 2007 07:29:21 +0000 (17:29 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 11 May 2007 07:29:21 +0000 (17:29 +1000)
(This used to be ctdb commit 9802bf1ef9104b31977020e803b0f81da71c7169)

ctdb/common/ctdb_client.c

index ff7528b1417a764d2450f6f354c391f48cd1ac45..5a8ccc94bcd66e9bdf30f9127ef4eab472098f7c 100644 (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;
        }