Update Logger.cs
This commit is contained in:
parent
538808ec42
commit
c2bb8f6398
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ public class Logger : ILogger
|
|||
}
|
||||
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);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue