Rev 277: fixed debug message in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri May 11 07:29:21 GMT 2007


------------------------------------------------------------
revno: 277
revision-id: tridge at samba.org-20070511072921-1fmloqo3r1uzqxeq
parent: tridge at samba.org-20070511003343-mdcfsv1todutp5mz
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-05-11 17:29:21 +1000
message:
  fixed debug message
modified:
  common/ctdb_client.c           ctdb_client.c-20070411010216-3kd8v37k61steeya-1
=== modified file 'common/ctdb_client.c'
--- a/common/ctdb_client.c	2007-05-10 19:40:11 +0000
+++ b/common/ctdb_client.c	2007-05-11 07:29:21 +0000
@@ -891,7 +891,7 @@
 			   CTDB_CONTROL_SET_RECMODE, 0, data, 
 			   ctdb, &outdata, &res, &timeout);
 	if (ret != 0 || res != 0) {
-		DEBUG(0,(__location__ " ctdb_control for getrecmode failed\n"));
+		DEBUG(0,(__location__ " ctdb_control for setrecmode failed\n"));
 		return -1;
 	}
 



More information about the samba-cvs mailing list