macro_rules! status_warn {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Print a warning status message (in yellow if colors are enabled)