The msgcat text contained an extra %s.

This commit is contained in:
Brian Wellington 2001-01-23 02:27:19 +00:00
parent 5d18f1205a
commit 47f65caf30

View file

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: condition.c,v 1.29 2001/01/09 21:57:59 bwelling Exp $ */
/* $Id: condition.c,v 1.30 2001/01/23 02:27:19 bwelling Exp $ */
#include <config.h>
@ -63,7 +63,7 @@ isc_condition_waituntil(isc_condition_t *c, isc_mutex_t *m, isc_time_t *t) {
UNEXPECTED_ERROR(__FILE__, __LINE__,
"pthread_cond_timedwait() %s %s",
isc_msgcat_get(isc_msgcat, ISC_MSGSET_GENERAL,
ISC_MSG_RETURNED, "returned %s"),
ISC_MSG_RETURNED, "returned"),
strerror(presult));
return (ISC_R_UNEXPECTED);
}