From fbcba391fa92ed4620a30e3d5d9d9791141ca323 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Mon, 19 Jun 2000 22:23:05 +0000 Subject: [PATCH] fix format argument --- lib/isc/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/timer.c b/lib/isc/timer.c index b7b9ef61a3..d130baa762 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -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 {