reduce logging verbosity

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-21 12:42:27 +01:00
commit 912ae58755
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB

View file

@ -296,7 +296,7 @@ async fn process_plugin(
for ide in ides { for ide in ides {
match supported_version(ide, &versions) { match supported_version(ide, &versions) {
None => warn!("{pluginkey}: IDE {ide:?} not supported."), None => debug!("{pluginkey}: IDE {ide:?} not supported."),
Some(version) => { Some(version) => {
let entry = let entry =
get_db_entry(&client, pluginkey, &version.version, &db, &fof_cache).await?; get_db_entry(&client, pluginkey, &version.version, &db, &fof_cache).await?;