[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11415 - gnunet/src/datastore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11415 - gnunet/src/datastore |
Date: |
Tue, 18 May 2010 10:07:52 +0200 |
Author: grothoff
Date: 2010-05-18 10:07:52 +0200 (Tue, 18 May 2010)
New Revision: 11415
Modified:
gnunet/src/datastore/test_datastore_api.c
Log:
emsg
Modified: gnunet/src/datastore/test_datastore_api.c
===================================================================
--- gnunet/src/datastore/test_datastore_api.c 2010-05-18 08:02:38 UTC (rev
11414)
+++ gnunet/src/datastore/test_datastore_api.c 2010-05-18 08:07:52 UTC (rev
11415)
@@ -229,7 +229,8 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11415 - gnunet/src/datastore,
gnunet <=