]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] remove dirty left-over of a debugging message
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 09:55:40 +0000 (11:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 09:55:40 +0000 (11:55 +0200)
This debug message was added in commit e9b2602a and not noticed once
committed.

src/haproxy.c

index 350429a30d0f6519798c870fac3612b32f7780b0..97d2e7136caebf67d2cc0e9505e5239106e1ae0b 100644 (file)
@@ -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;