]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
add text to the event script timeout log on how to find out which script
authorRonnie Sahlberg <sahlberg@ronnie>
Wed, 15 Aug 2007 05:08:42 +0000 (15:08 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Wed, 15 Aug 2007 05:08:42 +0000 (15:08 +1000)
timed out

(This used to be ctdb commit bd6db995fb00ed45c5f0a50bbe6cf5d0fe22a194)

ctdb/server/eventscript.c

index 6c661d7cc6bfe9815c79cfaf19af6f383d8e84ad..2b30209cf3376433675e4036048df38819eab6cf 100644 (file)
@@ -178,7 +178,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\n"));
+       DEBUG(0,("event script timed out. Increase debuglevel to 1 or higher to see which script timedout.\n"));
        talloc_free(state);
        callback(ctdb, -1, private_data);
 }