[][src]Macro sys_util::warn

macro_rules! warn {
    ($($args:tt)+) => { ... };
}

A macro for logging a warning.

Note that this will fail silently if syslog was not initialized.