aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index 77512832d..5a1b708e2 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -553,7 +553,12 @@ main (int argc, char **argv)
553 553
554 if (-1 == (fd_tun = init_tun (dev))) 554 if (-1 == (fd_tun = init_tun (dev)))
555 { 555 {
556 fprintf (stderr, "Fatal: could not initialize tun-interface\n"); 556 fprintf (stderr, "Fatal: could not initialize tun-interface `%s' with IPv6 %s/%s and IPv4 %s/%s\n",
557 dev,
558 argv[2],
559 argv[3],
560 argv[4],
561 argv[5]);
557 return 1; 562 return 1;
558 } 563 }
559 564