mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-16 16:37:12 +00:00
trivial: Don't warn if the superclass is using custom flags
This commit is contained in:
parent
4cd8468722
commit
e21391f85d
@ -3072,7 +3072,6 @@ fu_device_set_custom_flag(FuDevice *self, const gchar *hint)
|
||||
priv->private_flags &= ~item->value;
|
||||
return;
|
||||
}
|
||||
g_debug("no registered custom flag %s on %s", hint + 1, G_OBJECT_TYPE_NAME(self));
|
||||
return;
|
||||
}
|
||||
|
||||
@ -3092,7 +3091,6 @@ fu_device_set_custom_flag(FuDevice *self, const gchar *hint)
|
||||
priv->private_flags |= item->value;
|
||||
return;
|
||||
}
|
||||
g_debug("no registered custom flag %s on %s", hint, G_OBJECT_TYPE_NAME(self));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user