mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Log the error code too
This commit is contained in:
parent
7eeeaaf06d
commit
35e0956c26
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ syncprov_qplay( Operation *op, slap_overinst *on, syncops *so )
|
|||
rc = be_entry_get_rw( op, &opc.sndn, NULL, NULL, 0, &e );
|
||||
if ( rc ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "syncprov_qplay: failed to get %s, "
|
||||
"ignoring...\n", opc.sndn.bv_val );
|
||||
"error (%d), ignoring...\n", opc.sndn.bv_val, rc );
|
||||
ch_free( sr );
|
||||
rc = 0;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue