mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
change bdb errpfx
This commit is contained in:
parent
eaae21b834
commit
3ddb829076
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue