summaryrefslogtreecommitdiff
path: root/src/grp-journal/grp-remote/microhttpd-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-journal/grp-remote/microhttpd-util.c')
-rw-r--r--src/grp-journal/grp-remote/microhttpd-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-journal/grp-remote/microhttpd-util.c b/src/grp-journal/grp-remote/microhttpd-util.c
index 328e3b5a52..3fc5e13b71 100644
--- a/src/grp-journal/grp-remote/microhttpd-util.c
+++ b/src/grp-journal/grp-remote/microhttpd-util.c
@@ -61,7 +61,7 @@ static int mhd_respond_internal(struct MHD_Connection *connection,
if (!response)
return MHD_NO;
- log_debug("Queing response %u: %s", code, buffer);
+ log_debug("Queueing response %u: %s", code, buffer);
MHD_add_response_header(response, "Content-Type", "text/plain");
r = MHD_queue_response(connection, code, response);
MHD_destroy_response(response);