mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-18 03:08:33 +00:00
trivial: Downgrade a warning to avoid a lot of extra code
This commit is contained in:
parent
8eecefeb3b
commit
89064bf410
@ -284,7 +284,7 @@ fu_quirks_check_silo (FuQuirks *self, GError **error)
|
||||
g_autofree gchar *str = NULL;
|
||||
g_ptr_array_sort (self->invalid_keys, fu_quirks_strcasecmp_cb);
|
||||
str = fu_common_strjoin_array (",", self->invalid_keys);
|
||||
g_warning ("invalid key names: %s", str);
|
||||
g_debug ("invalid key names: %s", str);
|
||||
}
|
||||
|
||||
/* success */
|
||||
|
Loading…
Reference in New Issue
Block a user