mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-29 16:06:07 +00:00
trivial: Fix up the version check for offline firmware reporting
This commit is contained in:
parent
ae142a411f
commit
3eb2a00d10
@ -3209,7 +3209,7 @@ fu_engine_update_history_device (FuEngine *self, FuDevice *dev_history, GError *
|
|||||||
|
|
||||||
/* the system is running with the new firmware version */
|
/* the system is running with the new firmware version */
|
||||||
if (g_strcmp0 (fu_device_get_version (dev),
|
if (g_strcmp0 (fu_device_get_version (dev),
|
||||||
fwupd_release_get_version (rel_history)) != 0) {
|
fwupd_release_get_version (rel_history)) == 0) {
|
||||||
g_debug ("installed version %s matching history %s",
|
g_debug ("installed version %s matching history %s",
|
||||||
fu_device_get_version (dev),
|
fu_device_get_version (dev),
|
||||||
fwupd_release_get_version (rel_history));
|
fwupd_release_get_version (rel_history));
|
||||||
|
Loading…
Reference in New Issue
Block a user