From 8e9de7a17d3220aac9c75b9b49b757d8d08a6b57 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 12 Nov 2016 18:29:41 +0100 Subject: [PATCH] Remove confusing 'waiting for first packet' message Users are unlikely to run into this problem anymore, and might get confused when seeing this message when there's actually nothing wrong. --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5137a0f..f951004 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -260,9 +260,6 @@ int main(int argc, char **argv) { signal(SIGINT, &quit_cb); - fprintf( - stderr, - "Waiting for first packet to arrive (see sourceforge.net bug 1019381)\n"); struct dpargs *userdata = (dpargs *)malloc(sizeof(struct dpargs)); // Main loop: