Skip to content

Commit

Permalink
core: change 'found the format marker' log message from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi388 committed May 10, 2024
1 parent 4f41954 commit 5973e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symphonia-core/src/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl Probe {

// TODO: Implement scoring.

info!(
debug!(
"found the format marker {:x?} @ {}+{} bytes.",
&context[0..len],
init_pos,
Expand Down

0 comments on commit 5973e6b

Please sign in to comment.