removed unnessecary debug output of the helper
authorPhilipp Tölke <toelke@in.tum.de>
Tue, 21 Sep 2010 11:04:53 +0000 (11:04 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Tue, 21 Sep 2010 11:04:53 +0000 (11:04 +0000)
src/vpn/gnunet-helper-vpn.c

index 2d8b5baf3a8e15735ee0671828b6c04924c9fdb1..459f2f4913df9175cdb0654cb60c389971683e48 100644 (file)
@@ -156,8 +156,6 @@ int main(int argc, char** argv) {
                exit(1);
        }
 
-       fprintf(stderr, "Initialized the interface %s as %d.\n", dev, fd_tun);
-
        {
        // TODO: get this out of argv
        char address[] = "1234::1";
@@ -283,7 +281,6 @@ outer:
                        }
                }
        }
-       fprintf(stderr, "Quitting!\n");
 
        close(fd_tun);