From 367360c3e924fcb57158a297c57ca894e90f4619 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 May 2010 08:07:52 +0000 Subject: [PATCH] emsg --- src/datastore/test_datastore_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index fc5b3f68e..ce3c18daa 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -229,7 +229,8 @@ delete_value (void *cls, if (crc->data == NULL) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Content not found!\n"); + "Content %u not found!\n", + crc->i); crc->phase = RP_ERROR; } else -- 2.25.1