sh_warn
#define warn sh_warn
void sh_warn(const char *, ...) __printflike(1, 2);
sh_warn("suspend myself");
sh_warn("failed to suspend %s", target);