Skip to content

Commit

Permalink
debug -> trace
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Nov 28, 2023
1 parent 49e1ab3 commit d8329ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-engine/src/display/group_display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl<K: Eq + Ord, W: std::io::Write, S: StepSpec> GroupDisplay<K, W, S> {
"root_total_elapsed" => ?result.root_total_elapsed,
);
} else {
slog::debug!(
slog::trace!(
self.log,
"add_event_report called, state did not change";
"prefix" => &state.prefix,
Expand Down

0 comments on commit d8329ac

Please sign in to comment.