Downgraded more logs

This commit is contained in:
kay.one 2011-04-24 21:15:23 -07:00
commit 6f4a9f577e
3 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@ namespace NzbDrone.Core.Providers.Jobs
{
if (_isRunning)
{
Logger.Warn("Another instance of this job is already running. Ignoring request.");
Logger.Info("Another instance of this job is already running. Ignoring request.");
return false;
}
_isRunning = true;
@ -113,7 +113,7 @@ namespace NzbDrone.Core.Providers.Jobs
{
if (_isRunning)
{
Logger.Warn("Another job is already running. Ignoring request.");
Logger.Info("Another job is already running. Ignoring request.");
return false;
}
_isRunning = true;