Update Logger.cs

This commit is contained in:
Mira 2022-09-04 19:41:45 +02:00
parent 538808ec42
commit c2bb8f6398
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36

View file

@ -158,7 +158,7 @@ public class Logger : ILogger
} }
catch (Exception ex) catch (Exception ex)
{ {
handler.LogError("An exception occured while trying to display a log message", ex); handler.LogError("An exception occurred while trying to display a log message", ex);
await Task.Delay(1000); await Task.Delay(1000);
continue; continue;
} }