Skip to content

Commit

Permalink
playlist: add a colon to "Using playlist proxy..."
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Feb 18, 2024
1 parent c025312 commit e131c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hls/playlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ impl MasterPlaylist {
.iter()
.find_map(|s| {
info!(
"Using playlist proxy {}://{}",
"Using playlist proxy: {}://{}",
s.scheme().unwrap_or("<unknown>"),
s.host().unwrap_or("<unknown>"),
);
Expand Down

0 comments on commit e131c71

Please sign in to comment.