-bugfixes
authorChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 14:43:49 +0000 (14:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 14:43:49 +0000 (14:43 +0000)
src/vpn/test_gnunet_vpn.c
src/vpn/test_gnunet_vpn.conf

index 4d8ee7e9ca5af452ae5411cca5905137d36932d3..3186c1761cfa046a5da5d0f70987d49f56542682 100644 (file)
@@ -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;
   }
index 28052f2758eb8cb721a907e95511e4965eab79fe..cb6ee9728fc6bb224235d2ed98ce9b9bca860a2a 100644 (file)
@@ -16,6 +16,8 @@ EXIT_IPV6 = YES
 # interface does not exist; can we use 'lo'?
 EXIT_IFNAME = eth1
 
+[vpn]
+DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES