[SCM] CTDB repository - branch master updated - ctdb-1.12-157-g488de93

Michael Adam obnox at samba.org
Wed Jan 18 04:29:02 MST 2012


The branch, master has been updated
       via  488de939b78125ac38822760102e05298a5e70c5 (commit)
      from  85879edd09ffa26f87c566954cbd2c14f1e331ed (commit)

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


- Log -----------------------------------------------------------------
commit 488de939b78125ac38822760102e05298a5e70c5
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Jan 18 12:06:01 2012 +0100

    Fix a cut&paste error
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

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


Changeset truncated at 500 lines:

diff --git a/client/ctdb_client.c b/client/ctdb_client.c
index a580a3e..0d0f2fe 100644
--- a/client/ctdb_client.c
+++ b/client/ctdb_client.c
@@ -4469,7 +4469,7 @@ int ctdb_ctrl_get_db_priority(struct ctdb_context *ctdb, struct timeval timeout,
 			   CTDB_CONTROL_GET_DB_PRIORITY, 0, data,
 			   tmp_ctx, NULL, &res, &timeout, NULL);
 	if (ret != 0 || res < 0) {
-		DEBUG(DEBUG_ERR,(__location__ " ctdb_control for set_db_priority failed\n"));
+		DEBUG(DEBUG_ERR,(__location__ " ctdb_control for get_db_priority failed\n"));
 		talloc_free(tmp_ctx);
 		return -1;
 	}


-- 
CTDB repository


More information about the samba-cvs mailing list