Rev 591: removed redundent debug message in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Mon Aug 20 01:13:39 GMT 2007


------------------------------------------------------------
revno: 591
revision-id: tridge at samba.org-20070820011338-ppqfbix9v5j5ll3o
parent: tridge at samba.org-20070820011030-d5abuhgpuitxrnzh
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Mon 2007-08-20 11:13:38 +1000
message:
  removed redundent debug message
modified:
  server/eventscript.c           eventscript.c-20070704074533-95f10rsay8um8wrr-1
=== modified file 'server/eventscript.c'
--- a/server/eventscript.c	2007-08-20 01:10:30 +0000
+++ b/server/eventscript.c	2007-08-20 01:13:38 +0000
@@ -211,7 +211,7 @@
 	void *private_data = state->private_data;
 	struct ctdb_context *ctdb = state->ctdb;
 
-	DEBUG(0,("event script timed out. Increase debuglevel to 1 or higher to see which script timedout.\n"));
+	DEBUG(0,("event script timed out\n"));
 	talloc_free(state);
 	callback(ctdb, -1, private_data);
 }



More information about the samba-cvs mailing list