Fix debug args

This commit is contained in:
Howard Chu 2007-01-25 11:56:49 +00:00
parent 4b4072eb44
commit 8d03970944

View file

@ -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, "
"error (%d), ignoring...\n", opc.sndn.bv_val, rc );
"error (%d), ignoring...\n", opc.sndn.bv_val, rc, 0 );
ch_free( sr );
rc = 0;
continue;