aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-25 14:31:43 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-25 14:31:43 +0000
commit823fc2f71fb1a9894a82d24cccec41845ad68e81 (patch)
treeda03dca929dd7cb05a2389e31f5fda9a04855ecc /src/util
parentda28e6fb345348972ca3d6cc8e7940df4f6c576b (diff)
downloadgnunet-823fc2f71fb1a9894a82d24cccec41845ad68e81.tar.gz
gnunet-823fc2f71fb1a9894a82d24cccec41845ad68e81.zip
Remove annoying log messages
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c4
1 files changed, 2 insertions, 2 deletions
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,
359 } 359 }
360 } 360 }
361#endif 361#endif
362 GNUNET_log(GNUNET_ERROR_TYPE_WARNING, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name); 362 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Port is 0 for service `%s', unixpath didn't work, returning NULL(!)!\n", service_name);
363 return NULL; 363 return NULL;
364 } 364 }
365 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Creating from connect!\n"); 365
366 sock = GNUNET_CONNECTION_create_from_connect (cfg, 366 sock = GNUNET_CONNECTION_create_from_connect (cfg,
367 hostname, 367 hostname,
368 port); 368 port);