From da28e6fb345348972ca3d6cc8e7940df4f6c576b Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 25 Feb 2011 14:30:05 +0000 Subject: [PATCH] reduce verbosity --- src/dht/gnunet-dht-driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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]; -- 2.25.1