Skip to content

Commit 6287358

Browse files
committed
update error message
1 parent d35a3bb commit 6287358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ on existingPlugin.Metadata.ID equals pluginFromManifest.ID
227227
Context.API.RestartApp();
228228
}).ContinueWith(t =>
229229
{
230-
Log.Exception($"|PluginsManager|Update fail for {x.Name}", t.Exception.InnerException);
230+
Log.Exception("PluginsManager", $"Update failed for {x.Name}", t.Exception.InnerException, "RequestUpdate");
231231
Context.API.ShowMsg(Context.API.GetTranslation("plugin_pluginsmanager_install_error_title"),
232232
string.Format(Context.API.GetTranslation("plugin_pluginsmanager_install_error_subtitle"), x.Name));
233233
}, TaskContinuationOptions.OnlyOnFaulted);

0 commit comments

Comments
 (0)