From: Christian Grothoff Date: Tue, 24 Jan 2012 14:43:49 +0000 (+0000) Subject: -bugfixes X-Git-Tag: initial-import-from-subversion-38251~15152 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a8d7b5adb9be6bf8a50c2462a75e413b427ee94;p=oweals%2Fgnunet.git -bugfixes --- diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c index 4d8ee7e9c..3186c1761 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 28052f275..cb6ee9728 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