diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/FPCalc.cs b/ConfusedPolarBear.Plugin.IntroSkipper/FPCalc.cs index af80747..77cdfc4 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/FPCalc.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/FPCalc.cs @@ -69,7 +69,7 @@ public static class FPCalc if (lines.Length < 2) { Logger?.LogTrace("fpcalc output is {Raw}", raw); - throw new FingerprintException("fpcalc output was malformed"); + throw new FingerprintException("fpcalc output for " + episode.Path + " was malformed"); } // Remove the "FINGERPRINT=" prefix and split into an array of numbers.