Fixed: Exceptions during Upgrade and AppStart are reported correctly.

This commit is contained in:
kay.one 2012-03-01 17:57:36 -08:00
commit 7a3f7bf67c
4 changed files with 27 additions and 10 deletions

View file

@ -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;