mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
fix builds with DEBUG.
This commit is contained in:
parent
17ceb32e23
commit
01370c262d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user