mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-03 20:21:29 +00:00
When performing signature verification to the MoM or to the version file, if there is any error during the process, a series of errors are printed to stderr. Many of these error messages are duplicated and most of them are too detailed. This commit filters those detailed messages so they are only seen if the user is using the --debug flag, showing only a few more general error messages about the signature failure. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>