mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#3533 use LDAP_DEBUG_TRACE for version info
This commit is contained in:
parent
74e38c0ad4
commit
a025ead532
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ bdb_back_initialize(
|
|||
" got %s\n", version, 0, 0 );
|
||||
}
|
||||
|
||||
Debug( LDAP_DEBUG_ANY, LDAP_XSTRING(bdb_back_initialize)
|
||||
Debug( LDAP_DEBUG_TRACE, LDAP_XSTRING(bdb_back_initialize)
|
||||
": %s\n", version, 0, 0 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue