struct in_addr in_addr;
unsigned int i;
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Registered with NAT service at port %u with %u IP bound local addresses\n",
(unsigned int) adv_port,
num_addrs);
GNUNET_assert (p->api != NULL);
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+#if DEBUG_TRANSPORT
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
(add_remove == GNUNET_YES)
? "Adding `%s':%s to the set of our addresses\n"
: "Removing `%s':%s from the set of our addresses\n",
a2s (p->short_name,
addr, addrlen),
p->short_name);
-
+#endif
GNUNET_assert (addr != NULL);
if (GNUNET_NO == add_remove)
{