emsg
authorChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 08:07:52 +0000 (08:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 18 May 2010 08:07:52 +0000 (08:07 +0000)
src/datastore/test_datastore_api.c

index fc5b3f68e14b2acf9c9c0776e65276e1bc272d64..ce3c18daa139a6ba0d27da9fef15fba285b6a377 100644 (file)
@@ -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