ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes (attempt 2/3)

authored by

autofix-ci[bot] and committed by
GitHub
22698fa2 b85ca6ad

+1 -1
+1 -1
wire/lib/src/nix_log.rs
··· 42 42 match level { 43 43 VerbosityLevel::Info => event!(tracing_level::INFO, "{msg}"), 44 44 VerbosityLevel::Warn | VerbosityLevel::Notice => { 45 - event!(tracing_level::WARN, "{msg}") 45 + event!(tracing_level::WARN, "{msg}"); 46 46 } 47 47 VerbosityLevel::Error => event!(tracing_level::ERROR, "{msg}"), 48 48 VerbosityLevel::Debug => event!(tracing_level::DEBUG, "{msg}"),