aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-service-gns_shorten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_shorten.c b/src/gns/gnunet-service-gns_shorten.c
index 55b7ca3d7..7467c681b 100644
--- a/src/gns/gnunet-service-gns_shorten.c
+++ b/src/gns/gnunet-service-gns_shorten.c
@@ -587,9 +587,9 @@ GNS_shorten_start (const char *original_label,
587 return; 587 return;
588 } 588 }
589 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 589 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
590 "Starting shortening process for `%s' with old label `%s'\n", 590 "Starting shortening process for `%s' with old label `%s' and suggested nickname `%s'\n",
591 GNUNET_GNSRECORD_z2s (pub), 591 GNUNET_GNSRECORD_z2s (pub),
592 original_label); 592 original_label, suggested_label);
593 gph = GNUNET_new (struct GetPseuAuthorityHandle); 593 gph = GNUNET_new (struct GetPseuAuthorityHandle);
594 gph->shorten_zone_key = *shorten_zone; 594 gph->shorten_zone_key = *shorten_zone;
595 gph->target_zone = *pub; 595 gph->target_zone = *pub;