mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Fix debug output (print int as %d, not %s).
This commit is contained in:
parent
c702f2e50f
commit
3db60ba479
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue