mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Log removal of invalid definitions as warnings
This commit is contained in:
@@ -177,7 +177,7 @@ namespace NzbDrone.Core.ThingiProvider
|
||||
|
||||
foreach (var invalidDefinition in storedProvider.Where(def => GetImplementation(def) == null))
|
||||
{
|
||||
_logger.Debug("Removing {0} ", invalidDefinition.Name);
|
||||
_logger.Warn("Removing {0}", invalidDefinition.Name);
|
||||
_providerRepository.Delete(invalidDefinition);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user