]> git.sur5r.net Git - openldap/commitdiff
db_strerror not available in bdb2
authorKurt Zeilenga <kurt@openldap.org>
Sat, 13 Oct 2001 00:24:40 +0000 (00:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 13 Oct 2001 00:24:40 +0000 (00:24 +0000)
libraries/libldbm/ldbm.c

index 03112e37f64b43f4778065c82e7cffb074f03333..e6fdfa6e1439e4f1c5f04efc3666c68132598df4 100644 (file)
@@ -165,8 +165,7 @@ int ldbm_initialize( const char* home )
        if ( err ) {
 #ifdef LDAP_SYSLOG
                syslog( LOG_INFO, "ldbm_initialize(): "
-                       "FATAL error in db_appinit() : %s (%d)\n",
-                       db_strerror( err ), err );
+                       "FATAL error (%d) in db_appinit()\n", err );
 #endif
                return( 1 );
        }