mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix invalid function name in the error log
The current function's name in one of the error logs in
catz_addmodzone_taskaction() function is invalid.
Fix the name.
(cherry picked from commit e861224cf4)
This commit is contained in:
parent
78d6a20c88
commit
3c3653ad2a
1 changed files with 1 additions and 1 deletions
|
|
@ -2704,7 +2704,7 @@ catz_addmodzone_taskaction(isc_task_t *task, isc_event_t *event0) {
|
|||
isc_log_write(
|
||||
named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
|
||||
NAMED_LOGMODULE_SERVER, ISC_LOG_WARNING,
|
||||
"catz: catz_delzone_taskaction: "
|
||||
"catz: catz_addmodzone_taskaction: "
|
||||
"zone '%s' exists in multiple "
|
||||
"catalog zones",
|
||||
nameb);
|
||||
|
|
|
|||
Loading…
Reference in a new issue