mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix debug output (print int as %d, not %s).
This commit is contained in:
parent
c702f2e50f
commit
3db60ba479
@ -221,11 +221,11 @@ do_syncrepl(
|
||||
if ( ld == NULL ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, ERR, "do_syncrepl: "
|
||||
"ldap_init failed (%s:%s)\n",
|
||||
"ldap_init failed (%s:%d)\n",
|
||||
si->mastername, si->masterport, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY, "do_syncrepl: "
|
||||
"ldap_init failed (%s:%s)\n",
|
||||
"ldap_init failed (%s:%d)\n",
|
||||
si->mastername, si->masterport, 0 );
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user