XLOG_ERROR
plog(XLOG_ERROR, "discarding a retry mntfs for %s", mf_retry->mf_mount);
plog(XLOG_ERROR, "no port number specified for %s", dir);
plog(XLOG_ERROR, "Could not mount %s: %m", dir);
plog(XLOG_ERROR, "mount for %s got signal %d", cp->mp->am_path, term);
plog(XLOG_ERROR, "%s: mount (afs_cont): %m", cp->mp->am_path);
plog(XLOG_ERROR, "No mount point for %s - skipping", dir);
plog(XLOG_ERROR, "mountd rpc failed: %s", msg);
plog(XLOG_ERROR, "Failed to make rpc connection to mountd on %s", host);
plog(XLOG_ERROR, "Tree unmount of %s failed: %m", ml->mnt->mnt_dir);
plog(XLOG_ERROR, "exec %s failed: %m", argv[0]);
plog(XLOG_ERROR, "yp enumeration of %s: %s, status=%d, e=%d",
plog(XLOG_ERROR, "yp enumeration of %s: %s",
plog(XLOG_ERROR, "error grabbing nis map of %s: %s",
plog(XLOG_ERROR, "%s: %s", map, yperr_string(res));
plog(XLOG_ERROR, "%s: %s", map, "NIS+ server");
plog(XLOG_ERROR, "getdomainname: %m");
plog(XLOG_ERROR, "Got a zero interval in timeout_mp()!");
plog(XLOG_ERROR, "Can't find root filehandle for %s", dir);
plog(XLOG_ERROR, "Could not mount %s: %m", dir);
plog(XLOG_ERROR, "unmount for %s got signal %d", mp->am_path, term);
plog(XLOG_ERROR, "%s: unmount: %m", mp->am_path);
plog(XLOG_ERROR, "Null map request for %s", key);
plog(XLOG_ERROR, "%s: mount: %m", mnt->mnt_dir);
plog(XLOG_ERROR, "Can't read mount table");
plog(XLOG_ERROR, "Missing filehandle for %s", fs_name);
plog(XLOG_ERROR, "lstat(%s) after unmount: %m", mp->am_parent->am_path);
plog(XLOG_ERROR, "mount for %s got signal %d", n->n_mnt->mf_mount, term);
plog(XLOG_ERROR, "%s: mount (nfsx_cont): %m", n->n_mnt->mf_mount);
plog(XLOG_ERROR, expand_error, *p->opt);
plog(XLOG_ERROR, expand_error, *p->opt);
plog(XLOG_ERROR, expand_error, *p->opt);
plog(XLOG_ERROR, expand_error, *p->opt);
plog(XLOG_ERROR, expand_error, *p->opt);
plog(XLOG_ERROR, "exec failed: %m");
plog(XLOG_ERROR, "Unable to create RPC forwarding socket: %m");
plog(XLOG_ERROR, "can't bind privileged port");
plog(XLOG_ERROR, "Error reading packet size: %m");
plog(XLOG_ERROR, "Out of buffers in fwd_reply");
plog(XLOG_ERROR, "Error reading RPC reply: %m");
plog(XLOG_ERROR, "Short read in fwd_reply");
plog(XLOG_ERROR, "Process %ld exited with signal %d",
plog(XLOG_ERROR, "Couldn't create ping RPC message");
plog(XLOG_ERROR, "mount_ufs: %m");
plog(XLOG_ERROR, "rmdir(%s): %m", xdp);
case XLOG_ERROR: sev = "error:"; break;
case XLOG_ERROR: lvl = LOG_ERR; break;
{ "error", XLOG_ERROR }, /* Non-fatal system errors */
plog(XLOG_ERROR, "Retrying memory allocation");
#define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)