aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-service-peerinfo.c')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index a66dd02e1..309b954f1 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -341,7 +341,7 @@ read_host_file (const char *fn, int unlink_garbage, struct ReadHostFileContext *
341 return; 341 return;
342 342
343 size_total = GNUNET_DISK_fn_read (fn, buffer, sizeof (buffer)); 343 size_total = GNUNET_DISK_fn_read (fn, buffer, sizeof (buffer));
344 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Read %u bytes from `%s'\n", size_total, fn); 344 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Read %u bytes from `%s'\n", size_total, fn);
345 if (size_total < sizeof (struct GNUNET_MessageHeader)) 345 if (size_total < sizeof (struct GNUNET_MessageHeader))
346 { 346 {
347 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 347 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -546,7 +546,7 @@ hosts_directory_scan_callback (void *cls, const char *fullname)
546 filename = fullname; 546 filename = fullname;
547 else 547 else
548 filename ++; 548 filename ++;
549 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Reading `%s'\n", filename); 549 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Reading `%s'\n", filename);
550 550
551 if (GNUNET_OK != GNUNET_CRYPTO_hash_from_string (filename, &identity.hashPubKey)) 551 if (GNUNET_OK != GNUNET_CRYPTO_hash_from_string (filename, &identity.hashPubKey))
552 { 552 {