Skip to content

Commit

Permalink
show stream type number too
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed Dec 12, 2023
1 parent ffe5c66 commit 8d19b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fn update_pid_map(pmt_packet: &[u8]) {
_ => "User Private",
};

info!("UpdatePIDmap: Added Stream PID: {}, Stream Type: {}", stream_pid, stream_type);
info!("UpdatePIDmap: Added Stream PID: {}, Stream Type: {}/{}", stream_pid, pmt_entry.stream_type, stream_type);
pid_map.insert(stream_pid, stream_type.to_string());
}
} else {
Expand Down

0 comments on commit 8d19b0f

Please sign in to comment.