diff --git a/src/NzbDrone.Core/Download/CompletedDownloadService.cs b/src/NzbDrone.Core/Download/CompletedDownloadService.cs index 93621698e..4adc31972 100644 --- a/src/NzbDrone.Core/Download/CompletedDownloadService.cs +++ b/src/NzbDrone.Core/Download/CompletedDownloadService.cs @@ -95,6 +95,10 @@ namespace NzbDrone.Core.Download trackedDownload.Warn("Movie title mismatch, automatic import is not possible."); return; } + + trackedDownload.Warn("Found matching movie via grab history, but release title doesn't match movie title. Automatic import is not possible."); + + return; } trackedDownload.State = TrackedDownloadState.ImportPending;