]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
removed redundent debug message
authorAndrew Tridgell <tridge@samba.org>
Mon, 20 Aug 2007 01:13:38 +0000 (11:13 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 20 Aug 2007 01:13:38 +0000 (11:13 +1000)
(This used to be ctdb commit 9ee742b7cc43be7da6b568308912a3f2cfe4f4d3)

ctdb/server/eventscript.c

index a351807773ec86f0434b21e28dc723bd9722e77f..ec4fb80e35ecf88730a59dcbe19390e5e21febe3 100644 (file)
@@ -211,7 +211,7 @@ static void ctdb_event_script_timeout(struct event_context *ev, struct timed_eve
        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);
 }