debugging break
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 9 Apr 2014 11:55:05 +0000 (11:55 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 9 Apr 2014 11:55:05 +0000 (11:55 +0000)
src/nat/nat.c

index 6e52ed029f6ff33376c411529d23f2c2f7c8c79d..3ebfd26a8279e91daaba7bfe6774ad5e972e5508 100644 (file)
@@ -1045,7 +1045,11 @@ upnp_add (void *cls,
     return;                     /* only remove once */
   }
   /* asked to remove address that does not exist */
+  LOG (GNUNET_ERROR_TYPE_ERROR,
+       "Asked to remove unkown address `%s'\n",
+       GNUNET_a2s(addr, addrlen));
   GNUNET_break (0);
+
 }