mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:50:00 -04:00
fix format argument
This commit is contained in:
parent
6d81064bf7
commit
fbcba391fa
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) {
|
|||
result = schedule(timer, now, ISC_FALSE);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
UNEXPECTED_ERROR(__FILE__, __LINE__,
|
||||
"couldn't schedule timer: %s",
|
||||
"couldn't schedule timer: %u",
|
||||
result);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue