From cd8dfedfe3b3cc515925969148d5017ca6a26092 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Jun 2011 21:18:09 +0000 Subject: [PATCH] fix --- src/datastore/datastore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, union QueueContext qc; GNUNET_assert (NULL != proc); -##if DEBUG_DATASTORE +#if DEBUG_DATASTORE GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Asked to look for data of type %u under key `%s'\n", (unsigned int) type, -- 2.25.1