From: Lukáš Ježek Date: Tue, 22 Jun 2021 12:25:42 +0000 (+0200) Subject: log: fix CI tests X-Git-Tag: v5.4.0~2^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62bd3948b47cd3f830181ef09909c9eda491c20;p=thirdparty%2Fknot-resolver.git log: fix CI tests --- diff --git a/lib/log.c b/lib/log.c index a10424419..e3c25f50e 100644 --- a/lib/log.c +++ b/lib/log.c @@ -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;