Update packages, show error message at startup correclty

This commit is contained in:
NicolasDorier
2017-09-24 01:59:46 +09:00
parent ce055dece9
commit 4daaa251ca
2 changed files with 4 additions and 4 deletions

View File

@@ -69,8 +69,8 @@ namespace BTCPayServer
}
catch(Exception exception)
{
Logs.PayServer.LogError("Exception thrown while running the server");
Logs.PayServer.LogError(exception.ToString());
logger.LogError("Exception thrown while running the server");
logger.LogError(exception.ToString());
}
finally
{