]> git.nihav.org Git - nihav-tool.git/commitdiff
use more verbose message when reporting frame decoding error master
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 8 Mar 2026 16:46:12 +0000 (17:46 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 8 Mar 2026 16:46:12 +0000 (17:46 +0100)
src/main.rs

index a4ad150ae4af8cb5d447a291b2b7cda18e22c4c6..fc14275b58426e5f04631ccb64b2ed88e8e46820 100644 (file)
@@ -314,7 +314,7 @@ fn main() {
                     println!("ignoring missing ref");
                 },
                 Err(reason) => {
-                    println!("error decoding frame {:?}", reason);
+                    println!("error decoding frame for stream {idx}: {:?}", reason);
                     if !ignore_errors {
                         break;
                     }