update to log info for plugin version requirement failure

This commit is contained in:
Jeremy Wu 2025-09-04 22:36:43 +10:00 committed by GitHub
parent 80b0b6031e
commit 5d297c1f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ namespace Flow.Launcher.Core.ExternalPlugins
return false;
}
API.LogDebug(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
API.LogInfo(ClassName, $"Plugin {plugin.Name} requires minimum Flow Launcher version {plugin.MinimumAppVersion}, "
+ $"but current version is {Constant.Version}. Plugin excluded from manifest.");
return false;