mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Fix flaky tests
This commit is contained in:
@@ -88,7 +88,7 @@ namespace BTCPayServer
|
||||
}
|
||||
|
||||
if (Logs.Events.IsEnabled(LogLevel.Information))
|
||||
Logs.Events.LogInformation("Event published {0}", evt);
|
||||
Logs.Events.LogInformation("Event published {0}", string.IsNullOrEmpty(evt?.ToString()) ? evtType.GetType().Name : evt.ToString());
|
||||
|
||||
foreach (var sub in actionList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user