diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-24 14:43:49 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-24 14:43:49 +0000 |
commit | 1a8d7b5adb9be6bf8a50c2462a75e413b427ee94 (patch) | |
tree | c7365a97ade9e24586386299dc6c7296379ddf76 | |
parent | c5652406040cfcd7b183bbab8e963b57982f4bca (diff) |
-bugfixes
-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 |