]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed extraneous %s (already fixed on mainline)
authorBrian Wellington <source@isc.org>
Wed, 14 Mar 2001 18:06:02 +0000 (18:06 +0000)
committerBrian Wellington <source@isc.org>
Wed, 14 Mar 2001 18:06:02 +0000 (18:06 +0000)
lib/isc/pthreads/condition.c

index 615691fac9b791cb1e710de6dfc83725da0669cb..3fc56be2382ab194eee662f7bb76b486bc38f423 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: condition.c,v 1.25.4.1 2001/01/09 22:50:56 bwelling Exp $ */
+/* $Id: condition.c,v 1.25.4.2 2001/03/14 18:06:02 bwelling Exp $ */
 
 #include <config.h>
 
@@ -59,7 +59,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);
 }