]> git.sur5r.net Git - openldap/commitdiff
change bdb errpfx
authorKurt Zeilenga <kurt@openldap.org>
Wed, 20 Sep 2000 00:27:47 +0000 (00:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 20 Sep 2000 00:27:47 +0000 (00:27 +0000)
libraries/libldbm/ldbm.c

index bf8f20266f505a68226618c265ff33eb90bccbdc..c9a829df6d27a872cca30500a61dc008ebe21d84 100644 (file)
@@ -94,7 +94,7 @@ static void
 ldbm_db_errcall( const char *prefix, char *message )
 {
 #ifdef LDAP_SYSLOG
-       syslog( LOG_INFO, "ldbm_db_errcall(): %s %s", prefix, message );
+       syslog( LOG_INFO, "ldbm: %s %s", prefix, message );
 #endif
 }