File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Flow.Launcher.Core/Plugin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ public static async Task InitializePluginsAsync()
219
219
}
220
220
catch ( Exception e )
221
221
{
222
+ API . LogException ( ClassName , $ "Fail to Init plugin: { pair . Metadata . Name } ", e ) ;
222
223
if ( pair . Metadata . Disabled && pair . Metadata . HomeDisabled )
223
224
{
224
225
// If this plugin is already disabled, do not show error message again
@@ -230,7 +231,7 @@ public static async Task InitializePluginsAsync()
230
231
pair . Metadata . Disabled = true ;
231
232
pair . Metadata . HomeDisabled = true ;
232
233
failedPlugins . Enqueue ( pair ) ;
233
- API . LogException ( ClassName , $ "Fail to Init plugin: { pair . Metadata . Name } " , e ) ;
234
+ API . LogDebug ( ClassName , $ "Disable plugin < { pair . Metadata . Name } > because init failed" ) ;
234
235
}
235
236
}
236
237
} ) ) ;
You can’t perform that action at this time.
0 commit comments