Skip to content
Snippets Groups Projects
Verified Commit b62bd394 authored by Lukas Jezek's avatar Lukas Jezek Committed by Tomas Krizek
Browse files

log: fix CI tests

parent f994f102
1 merge request!1181Fine grained logging
......@@ -212,9 +212,6 @@ static void kr_vlog_req(
const unsigned int indent, log_groups_t group, const char *tag, const char *fmt,
va_list args)
{
if (!(KR_LOG_LEVEL_IS(LOG_DEBUG) || group_is_set(group)))
return; // skip alloc and string copy
struct mempool *mp = mp_new(512);
const uint32_t req_uid = req ? req->uid : 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment