From: Willy Tarreau Date: Wed, 7 Sep 2011 09:55:40 +0000 (+0200) Subject: [CLEANUP] remove dirty left-over of a debugging message X-Git-Tag: v1.5-dev8~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46fa8355c01037d36598b068fcbb6281928cc347;p=thirdparty%2Fhaproxy.git [CLEANUP] remove dirty left-over of a debugging message This debug message was added in commit e9b2602a and not noticed once committed. --- diff --git a/src/haproxy.c b/src/haproxy.c index 350429a30d..97d2e7136c 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -1038,7 +1038,6 @@ void run_poll_loop() static struct task *manage_global_listener_queue(struct task *t) { int next = TICK_ETERNITY; - fprintf(stderr, "coucou!\n"); /* queue is empty, nothing to do */ if (LIST_ISEMPTY(&global_listener_queue)) goto out;