aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 6643f0637..e22093186 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -1185,8 +1185,8 @@ process_result_message (void *cls, const struct GNUNET_MessageHeader *msg)
1185 free_queue_entry (qe); 1185 free_queue_entry (qe);
1186 if (GNUNET_YES == was_transmitted) 1186 if (GNUNET_YES == was_transmitted)
1187 { 1187 {
1188 LOG (GNUNET_ERROR_TYPE_WARNING, 1188 LOG (GNUNET_ERROR_TYPE_DEBUG,
1189 _("Failed to receive response from database.\n")); 1189 "Failed to receive response from database.\n");
1190 do_disconnect (h); 1190 do_disconnect (h);
1191 } 1191 }
1192 else 1192 else