aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-01 15:28:02 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-01 15:28:02 +0200
commit0c7ee9c2b1ad1290df54b0e394e2ede79575f671 (patch)
tree91fed2b0c6b96178b27278643cbd7de06e0b0394 /src/namestore/gnunet-service-namestore.c
parenta5e3e870f27c8ef3a3cd5d59a686a3050f9c64fb (diff)
downloadgnunet-0c7ee9c2b1ad1290df54b0e394e2ede79575f671.tar.gz
gnunet-0c7ee9c2b1ad1290df54b0e394e2ede79575f671.zip
lots more statistics for zoneimport/namestore
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 2172ed0c7..7934ea6ce 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -469,7 +469,7 @@ get_nick_record (const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone)
469 (NULL == nick) ) 469 (NULL == nick) )
470 { 470 {
471 GNUNET_CRYPTO_ecdsa_key_get_public (zone, &pub); 471 GNUNET_CRYPTO_ecdsa_key_get_public (zone, &pub);
472 GNUNET_log (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK, 472 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
473 "No nick name set for zone `%s'\n", 473 "No nick name set for zone `%s'\n",
474 GNUNET_GNSRECORD_z2s (&pub)); 474 GNUNET_GNSRECORD_z2s (&pub));
475 return NULL; 475 return NULL;