mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-13 19:37:17 +00:00
trivial: Skip debugging messages for skipped releases
These are less interesting than which releases actually get added.
This commit is contained in:
parent
20447a00ae
commit
e6d2cf4dda
@ -1690,11 +1690,8 @@ fu_engine_merge_component_releases (AsApp *app_old, AsApp *app)
|
||||
AsRelease *release_old;
|
||||
const gchar *version = as_release_get_version (release);
|
||||
release_old = as_app_get_release_by_version (app_old, version);
|
||||
if (release_old != NULL) {
|
||||
g_debug ("skipping release %s that already exists for %s",
|
||||
version, as_app_get_id (app_old));
|
||||
if (release_old != NULL)
|
||||
continue;
|
||||
}
|
||||
g_debug ("adding release %s to existing %s",
|
||||
version, as_app_get_id (app_old));
|
||||
as_app_add_release (app_old, release);
|
||||
|
Loading…
Reference in New Issue
Block a user