Skip to content

Commit

Permalink
http: add missing newline to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 authored and sreimers committed Mar 3, 2021
1 parent 31e46ce commit 7680a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ int http_reqconn_send(struct http_reqconn *conn, const struct pl *uri)

err = http_uri_decode(&hu, uri);
if (err) {
DEBUG_WARNING("http uri %r decode error (%m)", uri, err);
DEBUG_WARNING("http uri %r decode error (%m)\n", uri, err);
return EINVAL;
}

Expand Down

0 comments on commit 7680a92

Please sign in to comment.