summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/assertions.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bind/lib/isc/assertions.c')
-rw-r--r--usr.sbin/bind/lib/isc/assertions.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/bind/lib/isc/assertions.c b/usr.sbin/bind/lib/isc/assertions.c
index e2a5f765b1a..9c787db705e 100644
--- a/usr.sbin/bind/lib/isc/assertions.c
+++ b/usr.sbin/bind/lib/isc/assertions.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: assertions.c,v 1.5 2020/01/09 13:47:13 florian Exp $ */
+/* $Id: assertions.c,v 1.6 2020/01/20 18:46:57 florian Exp $ */
/*! \file */
@@ -98,8 +98,6 @@ default_callback(const char *file, int line, isc_assertiontype_t type,
const char *cond)
{
fprintf(stderr, "%s:%d: %s(%s) %s\n",
- file, line, isc_assertion_typetotext(type), cond,
- isc_msgcat_get(isc_msgcat, ISC_MSGSET_GENERAL,
- ISC_MSG_FAILED, "failed"));
+ file, line, isc_assertion_typetotext(type), cond, "failed");
fflush(stderr);
}