Skip to content

Commit 5d297c1

Browse files
authored
update to log info for plugin version requirement failure
1 parent 80b0b60 commit 5d297c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private static bool IsMinimumAppVersionSatisfied(UserPlugin plugin, SemanticVers
8888
return false;
8989
}
9090

91-
API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
91+
API.LogInfo(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
9292
+ $"but current version is {Constant.Version}. Plugin excluded from manifest.");
9393

9494
return false;

0 commit comments

Comments
 (0)