Skip to content

Commit

Permalink
Demote xor logging to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
monoid committed Mar 10, 2023
1 parent 705bd76 commit 344b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air/src/execution_step/instructions/xor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ fn print_xor_log(e: &ExecutionError) {
return;
}

log::debug!("xor caught an error: {}", e);
log::trace!("xor caught an error: {}", e);
}

0 comments on commit 344b289

Please sign in to comment.