mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Fixed: Exceptions during Upgrade and AppStart are reported correctly.
This commit is contained in:
parent
ac568ef47b
commit
7a3f7bf67c
4 changed files with 27 additions and 10 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Common
|
|||
public class RestProvider
|
||||
{
|
||||
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private readonly EnviromentProvider _enviromentProvider;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue