make the log output shorter
authorPhilipp Tölke <toelke@in.tum.de>
Wed, 15 Jun 2011 07:15:48 +0000 (07:15 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Wed, 15 Jun 2011 07:15:48 +0000 (07:15 +0000)
src/vpn/gnunet-daemon-vpn.c

index 8f78073dd2a962c57e57e4d449d2226dc843858e..9bd988fe06256d74468de1614a7c38fd65112d7f 100644 (file)
@@ -753,7 +753,7 @@ main (int argc, char *const *argv) {
     return (GNUNET_OK ==
            GNUNET_PROGRAM_run (argc,
                                argv,
-                               "gnunet-daemon-vpn",
+                               "vpn",
                                gettext_noop ("help text"),
                                options, &run, NULL)) ? ret : 1;
 }