libcosmic/cosmic-config
Ian Douglas Scott 66a2632e2e fix(cosmic-config): Fixes for error printing
* Use `tracing::error!` in places where `eprintln!` was used
* Loop over errors and print seperately
* Print errors with `Display` rather than `Debug`
* Don't print errors that should be ignored
  - Matches https://github.com/pop-os/libcosmic/pull/949, for same
    reasons.

With this, and the previous change, cosmic-panel no longer spams a bunch
of config errors from different applets on start.
2025-08-23 00:49:31 +02:00
..
src fix(cosmic-config): Fixes for error printing 2025-08-23 00:49:31 +02:00
Cargo.toml Fix config watching 2025-06-23 11:20:48 -06:00