We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287d274 commit 4a14807Copy full SHA for 4a14807
1 file changed
src/Everywhere.Core/Configuration/CommonSettings.cs
@@ -177,7 +177,7 @@ public bool IsUserStartupEnabled
177
catch (Exception ex)
178
{
179
ex = HandledSystemException.Handle(ex); // maybe blocked by UAC or antivirus, handle it gracefully
180
- Logger.LogError(ex, "Failed to set user startup enabled.");
+ Log.ForContext<CommonSettings>().Error(ex, "Failed to set user startup enabled.");
181
ShowErrorToast(ex);
182
}
183
0 commit comments