Macro system_service::die [] [src]

macro_rules! die {
    ($($arg:tt)*) => { ... };
}

Print a message to stderr and exit(1)