2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Mark Andrews
2016-10-11 17:05:36 +11:00
parent 170ced60d8
commit 6bb84df34d

View File

@@ -2945,7 +2945,7 @@ cfg_obj_log(const cfg_obj_t *obj, isc_log_t *lctx, int level,
REQUIRE(obj != NULL);
REQUIRE(fmt != NULL);
if (! isc_log_wouldlog(lctx, l))
if (! isc_log_wouldlog(lctx, level))
return;
va_start(ap, fmt);