Replace print with debug
This commit is contained in:
parent
b441bac7b2
commit
5cdfd79e96
|
@ -219,7 +219,7 @@ pub fn process_instruction(
|
||||||
let current_index = get_segment_from_entry(tick_height);
|
let current_index = get_segment_from_entry(tick_height);
|
||||||
let claims_index = get_segment_from_entry(entry_height);
|
let claims_index = get_segment_from_entry(entry_height);
|
||||||
if current_index <= claims_index || claims_index >= reward_validations.len() {
|
if current_index <= claims_index || claims_index >= reward_validations.len() {
|
||||||
println!(
|
debug!(
|
||||||
"current {:?}, claim {:?}, rewards {:?}",
|
"current {:?}, claim {:?}, rewards {:?}",
|
||||||
current_index,
|
current_index,
|
||||||
claims_index,
|
claims_index,
|
||||||
|
|
Loading…
Reference in New Issue