From 1a8d7b5adb9be6bf8a50c2462a75e413b427ee94 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Jan 2012 14:43:49 +0000 Subject: [PATCH] -bugfixes --- src/vpn/test_gnunet_vpn.c | 4 +++- src/vpn/test_gnunet_vpn.conf | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1