From: Nathan S. Evans Date: Fri, 25 Feb 2011 14:30:05 +0000 (+0000) Subject: reduce verbosity X-Git-Tag: initial-import-from-subversion-38251~19047 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da28e6fb345348972ca3d6cc8e7940df4f6c576b;p=oweals%2Fgnunet.git reduce verbosity --- diff --git a/src/dht/gnunet-dht-driver.c b/src/dht/gnunet-dht-driver.c index a2dc68001..c73bf115b 100644 --- a/src/dht/gnunet-dht-driver.c +++ b/src/dht/gnunet-dht-driver.c @@ -3582,7 +3582,6 @@ run(void *cls, char * const *args, const char *cfgfile, while (count < frstat.st_size - 1) { count++; - /* if (((data[count] == '\n') || (data[count] == '\0')) && (buf != &data[count]))*/ if (((data[count] == '\n')) && (buf != &data[count])) { data[count] = '\0'; @@ -3593,7 +3592,7 @@ run(void *cls, char * const *args, const char *cfgfile, if (3 == ret) { GNUNET_log ( - GNUNET_ERROR_TYPE_WARNING, + GNUNET_ERROR_TYPE_DEBUG, "Successfully read host %s, port %d and user %s from file\n", temphost->hostname, temphost->port, temphost->username); @@ -3606,7 +3605,6 @@ run(void *cls, char * const *args, const char *cfgfile, buf = &data[count + 1]; continue; } - /* temphost->hostname = buf; */ temphost->next = hosts; hosts = temphost; buf = &data[count + 1];