mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Update packages, show error message at startup correclty
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user