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.
This commit is contained in:
Arnout Engelen
2016-11-12 18:29:41 +01:00
parent 3a38086682
commit 8e9de7a17d

View File

@@ -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: