Improve sample detection logging (#9405)

Sonarr 6181
pull/9409/head
bakerboy448 8 months ago committed by GitHub
parent 7a394ff864
commit 524657ad78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ namespace NzbDrone.Core.MediaFiles.MovieImport
return DetectSampleResult.Sample;
}
_logger.Debug("Runtime of {0} is more than {1} seconds, Not Sample", runTime.Value.TotalSeconds, minimumRuntime);
_logger.Debug("[{0}] does not appear to be a sample. Runtime {1} seconds is more than minimum of {2} seconds", path, runTime, minimumRuntime);
return DetectSampleResult.NotSample;
}

Loading…
Cancel
Save