mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Downgraded more logs
This commit is contained in:
parent
623857eb90
commit
6f4a9f577e
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue