aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-18 08:07:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-18 08:07:52 +0000
commit367360c3e924fcb57158a297c57ca894e90f4619 (patch)
treeff5a91e1a24d2d2e0d421f49a9530c6c2216f8b8 /src/datastore/test_datastore_api.c
parente42eeb821f3b4e62faa2b0a32749384ce1bf4d04 (diff)
downloadgnunet-367360c3e924fcb57158a297c57ca894e90f4619.tar.gz
gnunet-367360c3e924fcb57158a297c57ca894e90f4619.zip
emsg
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c3
1 files changed, 2 insertions, 1 deletions
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,
229 if (crc->data == NULL) 229 if (crc->data == NULL)
230 { 230 {
231 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 231 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
232 "Content not found!\n"); 232 "Content %u not found!\n",
233 crc->i);
233 crc->phase = RP_ERROR; 234 crc->phase = RP_ERROR;
234 } 235 }
235 else 236 else