Skip to content
Snippets Groups Projects
Commit 35e0956c authored by Howard Chu's avatar Howard Chu
Browse files

Log the error code too

parent 7eeeaaf0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment