Skip to content

Commit

Permalink
Log: use = instead of space for the tag value
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 30, 2023
1 parent 25bcade commit 4830a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimism/src/mips/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ impl<Fp: Field> Env<Fp> {
.unwrap_or_else(|| "n/a".to_string());

info!(
"processing step {} pc {:#010x} insn {:#010x} ips {:.2} page {} mem {} name {}",
"processing step={} pc={:#010x} insn={:#010x} ips={:.2} page={} mem={} name={}",
step, pc, insn, ips, pages, mem, name
);
}
Expand Down

0 comments on commit 4830a6d

Please sign in to comment.