aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_plugin_datastore.c')
-rw-r--r--src/datastore/test_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index 3efd7b4ce..844d32a7b 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -226,7 +226,7 @@ test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
226 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Test aborted.\n"); 226 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Test aborted.\n");
227 crc->phase = RP_ERROR; 227 crc->phase = RP_ERROR;
228 } 228 }
229 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 229 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
230 "In phase %d, iteration %u\n", crc->phase, crc->cnt); 230 "In phase %d, iteration %u\n", crc->phase, crc->cnt);
231 switch (crc->phase) 231 switch (crc->phase)
232 { 232 {