Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/sim/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ where
trace!(gas_used = candidate.gas_used, max_gas, "Gas limit exceeded");
}
Err(e) => {
trace!(?identifier, ?e, "Simulation failed");
trace!(?identifier, %e, "Simulation failed");
}
};
// fall through applies to all errors, occurs if
Expand Down
Loading