fix builds with DEBUG.

This commit is contained in:
Joris Vink 2021-09-21 20:47:16 +02:00
parent 17ceb32e23
commit 01370c262d
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ http_response_json(struct http_request *req, int status,
if (req->owner == NULL)
return;
kore_debug("%s(%p, %d)", __func__, req, code);
kore_debug("%s(%p, %d)", __func__, req, status);
buf = kore_buf_alloc(1024);
kore_json_item_tobuf(json, buf);