mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update to log info for plugin version requirement failure
This commit is contained in:
parent
80b0b6031e
commit
5d297c1f19
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue