this is not an error - it just means the record was busy
authorAndrew Tridgell <tridge@samba.org>
Tue, 8 Jan 2008 11:36:44 +0000 (22:36 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 8 Jan 2008 11:36:44 +0000 (22:36 +1100)
(This used to be ctdb commit 749451a4e97330d0fc35f5366dcc61aa500f7ce9)

ctdb/tools/ctdb_vacuum.c

index 8fa5d79ac0ba5be8face143b05ea79c5dc5e3a83..7de55dfc5063ee4bf09d97ccbab498e51310dcc3 100644 (file)
@@ -78,7 +78,6 @@ static int async_wait(struct ctdb_context *ctdb, struct async_data *data)
                event_loop_once(ctdb->ev);
        }
        if (data->fail_count != 0) {
-               DEBUG(0,("Async wait failed - fail_count=%u\n", data->fail_count));
                return -1;
        }
        return 0;