fix format argument

This commit is contained in:
Michael Graff
2000-06-19 22:23:05 +00:00
parent 6d81064bf7
commit fbcba391fa

View File

@@ -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 {