The branch, master has been updated
       via  9bded1832179fbadc8bc94c5328ffa6c45a6d2ab (commit)
      from  cdbc800a776f213cfd0ed543cee85b0d1714a186 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9bded1832179fbadc8bc94c5328ffa6c45a6d2ab
Author: Michael Adam <[email protected]>
Date:   Fri Sep 2 16:23:22 2011 +0200

    tools/ctdb: fix a typo in a debug message

-----------------------------------------------------------------------

Summary of changes:
 tools/ctdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/ctdb.c b/tools/ctdb.c
index bdf0342..8528de7 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -4145,7 +4145,7 @@ static int control_backupdb(struct ctdb_context *ctdb, 
int argc, const char **ar
                        DEBUG(DEBUG_ERR,("database '%s' is unhealthy: %s\n",
                                         argv[0], reason));
 
-                       DEBUG(DEBUG_ERR,("disallow backup : tunnable 
AllowUnhealthyDBRead = %u\n",
+                       DEBUG(DEBUG_ERR,("disallow backup : tunable 
AllowUnhealthyDBRead = %u\n",
                                         allow_unhealthy));
                        talloc_free(tmp_ctx);
                        return -1;


-- 
CTDB repository

Reply via email to