From: Christian Grothoff Date: Tue, 18 May 2010 08:07:52 +0000 (+0000) Subject: emsg X-Git-Tag: initial-import-from-subversion-38251~21664 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=367360c3e924fcb57158a297c57ca894e90f4619;p=oweals%2Fgnunet.git emsg --- 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