mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
fix typo
This commit is contained in:
@@ -2945,7 +2945,7 @@ cfg_obj_log(const cfg_obj_t *obj, isc_log_t *lctx, int level,
|
|||||||
REQUIRE(obj != NULL);
|
REQUIRE(obj != NULL);
|
||||||
REQUIRE(fmt != NULL);
|
REQUIRE(fmt != NULL);
|
||||||
|
|
||||||
if (! isc_log_wouldlog(lctx, l))
|
if (! isc_log_wouldlog(lctx, level))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
va_start(ap, fmt);
|
va_start(ap, fmt);
|
||||||
|
Reference in New Issue
Block a user