LOG_CRIT
pri = LOG_CRIT;
syslog(LOG_CRIT, "Unsupported password database version %d",
syslog(LOG_CRIT, "%s", msg);
syslog(LOG_CRIT, "aliases line %d: %s", yylineno - 1, msg);
syslog(LOG_CRIT, "Cannot escape leading dot. Buffer overflow");
syslog(LOG_CRIT, "reached dead code");
syslog(LOG_CRIT, "local delivery failed: corrupted queue file");
syslog(LOG_CRIT, "error creating bounce: %m");
syslog(LOG_CRIT, "remote delivery deferred: unable to allocate memory");
syslog(LOG_CRIT, "remote delivery failed: corrupted queue file");
syslog(LOG_CRIT, "too many reconnects %d", sess->reconnect_cnt1);
syslog(LOG_CRIT, "Attempted login by %s on %s", user, tt);
syslog(LOG_CRIT, "halted by %s", user);
syslog(LOG_CRIT, "rebooted by %s", user);
syslog(LOG_CRIT,
log(LOG_CRIT, "EISA I/O port status error.");
log(LOG_CRIT, "NMI ISA %x, EISA %x\n", isa_port, eisa_port);
log(LOG_CRIT, "RAM parity error, likely hardware failure.");
log(LOG_CRIT, "I/O channel check, likely hardware failure.");
log(LOG_CRIT, "EISA watchdog timer expired, likely hardware failure.");
log(LOG_CRIT, "EISA bus timeout, likely hardware failure.");
{ "crit", LOG_CRIT, },
syslog(LOG_CRIT, "strnvis failed");
log_common(LOG_CRIT, errno, fmt, ap);
log_common(LOG_CRIT, -1, fmt, ap);
syslog(LOG_CRIT, "snprintf failed");
logmsg(LOG_CRIT, "#%d bad port in '%s'", s->id,
logmsg(LOG_CRIT, "#%d pf operation failed: %s", s->id, strerror(errno));
logmsg(LOG_CRIT, "PASV and PORT not allowed with IPv6");
logmsg(LOG_CRIT, "#%d bad port in '%s'", s->id,
logmsg(LOG_CRIT, "accept failed: %s", strerror(errno));
logmsg(LOG_CRIT, "init_session failed");
logmsg(LOG_CRIT, "#%d getsockname failed: %s", s->id,
logmsg(LOG_CRIT, "#%d server lookup failed (no rdr?)", s->id);
logmsg(LOG_CRIT, "#%d server socket failed: %s", s->id,
logmsg(LOG_CRIT, "#%d cannot bind fixed proxy address: %s",
logmsg(LOG_CRIT, "#%d cannot mark socket non-blocking: %s",
logmsg(LOG_CRIT, "#%d proxy cannot connect to server %s: %s",
logmsg(LOG_CRIT, "#%d getsockname failed: %s", s->id,
vsyslog(LOG_CRIT, message, ap);
syslog(LOG_CRIT, "execute: fork() failed");
syslog(LOG_CRIT, "could not parse "
#define DEFSPRI (LOG_KERN|LOG_CRIT)