mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
some cleanup
This commit is contained in:
parent
67d8bf4147
commit
f89eff9305
4 changed files with 6 additions and 8 deletions
|
@ -130,7 +130,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
{
|
||||
if (_isRunning)
|
||||
{
|
||||
Logger.Trace("Queue is already running. Ignoreing request.");
|
||||
Logger.Trace("Queue is already running. Ignoring request.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -189,7 +189,7 @@ namespace NzbDrone.Core.Providers.Jobs
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.FatalException("An error has occured while processing queued job.", e);
|
||||
Logger.FatalException("An error has occurred while processing queued job.", e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue