mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
As part of the tracing-subscriber CVE I did a quick audit for usages of `tracing::error!` and I noticed when we updated the `main()` function in the primary crate we missed also doing the same for system-reinstall-bootc. Move the handling of that to utils. xref: https://bugzilla.redhat.com/show_bug.cgi?id=2392017 Signed-off-by: Colin Walters <walters@verbum.org>