]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/assert.c
Ready for 2.2beta
[openldap] / libraries / liblber / assert.c
index c0530ad6ee4f9661071535f1ad1682d951b33a1a..b87d417c242be2e7135b99c62bdf7432c6b0cdc2 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted only
@@ -27,7 +27,7 @@ void
 ber_pvt_assert( const char *file, int line, const char *test )
 {
        fprintf(stderr,
-               "Assertion failed: %s, file %s, line %d\n",
+               _("Assertion failed: %s, file %s, line %d\n"),
                        test, file, line);
 
        abort();