mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
fix typo
This commit is contained in:
parent
170ced60d8
commit
6bb84df34d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue