mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02:00
Fixed: Exceptions during Upgrade and AppStart are reported correctly.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user