[SCM] CTDB repository - branch master updated - ctdb-1.11-58-gf6a4719

Michael Adam obnox at samba.org
Mon Sep 12 09:06:25 MDT 2011


The branch, master has been updated
       via  f6a47197dbb64cc7705fc564fa8dc78e958226c4 (commit)
      from  14656eaa01a8951693fa146b3d35258f7daaafd5 (commit)

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


- Log -----------------------------------------------------------------
commit f6a47197dbb64cc7705fc564fa8dc78e958226c4
Author: Michael Adam <obnox at samba.org>
Date:   Mon Sep 12 15:04:46 2011 +0200

    Fix a typo in a message in ctdb backupdb.

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

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 26c0bfb..9443eca 100644
--- a/tools/ctdb.c
+++ b/tools/ctdb.c
@@ -4325,7 +4325,7 @@ done:
 		}
 	}
 
-	DEBUG(DEBUG_ERR,("Database acked up to %s\n", argv[1]));
+	DEBUG(DEBUG_ERR,("Database backed up to %s\n", argv[1]));
 
 	talloc_free(tmp_ctx);
 	return status;


-- 
CTDB repository


More information about the samba-cvs mailing list