From: Nathan S. Evans Date: Fri, 25 Feb 2011 14:31:43 +0000 (+0000) Subject: Remove annoying log messages X-Git-Tag: initial-import-from-subversion-38251~19046 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=823fc2f71fb1a9894a82d24cccec41845ad68e81;p=oweals%2Fgnunet.git Remove annoying log messages --- diff --git a/src/util/client.c b/src/util/client.c index b1c92b3a6..11be6adb9 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -359,10 +359,10 @@ do_connect (const char *service_name, } } #endif - GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name); + GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name); return NULL; } - GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Creating from connect!\n"); + sock = GNUNET_CONNECTION_create_from_connect (cfg, hostname, port);