From 5369e360e3d33c2f4c70480f47c178d8ea96948e Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 30 Mar 2012 15:59:40 +0000 Subject: - remove err msg - added error msg for mantis 2214 --- src/transport/transport_api_address_to_string.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/transport/transport_api_address_to_string.c') diff --git a/src/transport/transport_api_address_to_string.c b/src/transport/transport_api_address_to_string.c index 4d809530a..73ea09f85 100644 --- a/src/transport/transport_api_address_to_string.c +++ b/src/transport/transport_api_address_to_string.c @@ -145,9 +145,6 @@ GNUNET_TRANSPORT_address_to_string (const struct GNUNET_CONFIGURATION_Handle client = GNUNET_CLIENT_connect ("transport", cfg); if (client == NULL) return NULL; -#if DEBUG_TRANSPORT - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "GNUNET_TRANSPORT_address_to_string\n"); -#endif msg = GNUNET_malloc (len); msg->header.size = htons (len); msg->header.type = htons (GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING); -- cgit v1.2.3