From 6bcb646fd1c706ba871c7421b149fe9a0794c897 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 23 Jan 2009 01:15:41 +0000 Subject: [PATCH] undo one change from #2536 --- lib/isc/timer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/isc/timer.c b/lib/isc/timer.c index b43ee0a17f..9969263ce9 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.86 2009/01/22 23:47:54 tbox Exp $ */ +/* $Id: timer.c,v 1.87 2009/01/23 01:15:41 marka Exp $ */ /*! \file */ @@ -677,7 +677,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) { if (need_schedule) { result = schedule(timer, now, ISC_FALSE); if (result != ISC_R_SUCCESS) - UNEXPECTED_ERROR(__FILE__, __LINE__, "%s", + UNEXPECTED_ERROR(__FILE__, __LINE__, isc_msgcat_get(isc_msgcat, ISC_MSGSET_TIMER, ISC_MSG_SCHEDFAIL,