mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 12:11:45 +00:00
This patch changes how Warnings and Error messages are printed throughout the code to use the `log` package instead of `fmt`. This allows for finer control over what is printed and where it is printed to. Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>