status

Macro status 

Source
macro_rules! status {
    ($($arg:tt)*) => { ... };
}
Expand description

Print a status message to stderr.

Use this for informational messages about command progress.