aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-13 21:18:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-13 21:18:09 +0000
commitcd8dfedfe3b3cc515925969148d5017ca6a26092 (patch)
tree45cdeeb516c7feeab8b5994aa8c25945bfd5799e /src/datastore
parent05f400da954c63b2f0efaf4ffb2ce104aeef29db (diff)
downloadgnunet-cd8dfedfe3b3cc515925969148d5017ca6a26092.tar.gz
gnunet-cd8dfedfe3b3cc515925969148d5017ca6a26092.zip
fix
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 5126de050..2ce58e8fb 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -1508,7 +1508,7 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h,
1508 union QueueContext qc; 1508 union QueueContext qc;
1509 1509
1510 GNUNET_assert (NULL != proc); 1510 GNUNET_assert (NULL != proc);
1511##if DEBUG_DATASTORE 1511#if DEBUG_DATASTORE
1512 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1512 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1513 "Asked to look for data of type %u under key `%s'\n", 1513 "Asked to look for data of type %u under key `%s'\n",
1514 (unsigned int) type, 1514 (unsigned int) type,