From 88652b999ab006d0e863234395415edcbcddfbfe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Oct 2013 11:40:00 +0000 Subject: -delete does not work in the strong sense due to caching of the encrypted blocks, adjusting tests to reflect this --- src/namestore/gnunet-service-namestore.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/namestore/gnunet-service-namestore.c') diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index 1a675cb1f..4c64dcd29 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -646,8 +646,11 @@ handle_record_store (void *cls, if ((rd_count == 0) && (GNUNET_NO == GSN_database->iterate_records (GSN_database->cls, &rp_msg->private_key, 0, NULL, 0))) { - /* This name does not exist, so cannot be removed */ - res = GNUNET_NO; + /* This name does not exist, so cannot be removed */ + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Name `%s' does not exist, no deletion required\n", + conv_name); + res = GNUNET_NO; } else { -- cgit v1.2.3