Skip to content

Commit

Permalink
fix: properly log profile
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 11, 2024
1 parent fed52fd commit 6345e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl PipelineBuilder {
tracing::debug!(
file_path = %file_path.display(),
framerate = self.framerate,
profile = ?self.profile,
profile = ?self.profile.id(),
stream_len = self.streams.len(),
streams = ?self.streams,
speaker_source = ?self.speaker_source,
Expand Down

0 comments on commit 6345e33

Please sign in to comment.