diff options
-rw-r--r-- | src/vpn/test_gnunet_vpn.c | 4 | ||||
-rw-r--r-- | src/vpn/test_gnunet_vpn.conf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c index 4d8ee7e9ca..3186c1761c 100644 --- a/src/vpn/test_gnunet_vpn.c +++ b/src/vpn/test_gnunet_vpn.c @@ -33,6 +33,8 @@ #define START_ARM GNUNET_YES +#define VERBOSE GNUNET_YES + struct PeerContext { struct GNUNET_CONFIGURATION_Handle *cfg; @@ -257,7 +259,7 @@ allocation_cb (void *cls, if (AF_INET != af) { fprintf (stderr, -z "VPN failed to allocate appropriate address\n"); + "VPN failed to allocate appropriate address\n"); GNUNET_SCHEDULER_shutdown (); return; } diff --git a/src/vpn/test_gnunet_vpn.conf b/src/vpn/test_gnunet_vpn.conf index 28052f2758..cb6ee9728f 100644 --- a/src/vpn/test_gnunet_vpn.conf +++ b/src/vpn/test_gnunet_vpn.conf @@ -16,6 +16,8 @@ EXIT_IPV6 = YES # interface does not exist; can we use 'lo'? EXIT_IFNAME = eth1 +[vpn] +DEBUG = YES [testing] WEAKRANDOM = YES |