1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-25 15:43:08 +00:00

Remove confusing warning about file not being loaded.

This commit is contained in:
Leonardo Galli 2017-01-28 16:01:30 +01:00
parent 76db305ffa
commit ca78cc5c3c

View file

@ -60,7 +60,7 @@ public MovieFileMoveResult UpgradeMovieFile(MovieFile episodeFile, LocalMovie lo
}
else
{
_logger.Warn("The existing movie file was not lazy loaded.");
//_logger.Warn("The existing movie file was not lazy loaded.");
}