From 17de5c9d798109f55059190c886609ba377e4eb6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Jun 2013 19:21:05 +0000 Subject: -towards implementing improved namestore API --- src/namestore/test_namestore_api_zone_to_name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/namestore/test_namestore_api_zone_to_name.c') diff --git a/src/namestore/test_namestore_api_zone_to_name.c b/src/namestore/test_namestore_api_zone_to_name.c index 2734ebae8..f0b712eb9 100644 --- a/src/namestore/test_namestore_api_zone_to_name.c +++ b/src/namestore/test_namestore_api_zone_to_name.c @@ -184,7 +184,7 @@ run (void *cls, /* zone hash */ GNUNET_CRYPTO_short_hash (&pubkey, sizeof (struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded), &s_zone); GNUNET_CRYPTO_short_hash (s_name, strlen (s_name) + 1, &s_zone_value); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using PKEY `%s' \n", GNUNET_short_h2s (&s_zone_value)); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Using PKEY `%s' \n", GNUNET_NAMESTORE_short_h2s (&s_zone_value)); struct GNUNET_NAMESTORE_RecordData rd; rd.expiration_time = GNUNET_TIME_absolute_get().abs_value; -- cgit v1.2.3