------------------------------------------------------------
revno: 740
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge.stable
timestamp: Tue 2008-01-08 22:36:44 +1100
message:
  this is not an error - it just means the record was busy
modified:
  tools/ctdb_vacuum.c            ctdb_vacuum.c-20080108053634-3zs2bdddzs4r1e1t-1
=== modified file 'tools/ctdb_vacuum.c'
--- a/tools/ctdb_vacuum.c       2008-01-08 10:28:42 +0000
+++ b/tools/ctdb_vacuum.c       2008-01-08 11:36:44 +0000
@@ -78,7 +78,6 @@
                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;

Reply via email to