XLOG_USER
plog(XLOG_USER, "More than a single value for /defaults in %s", mf->mf_info);
plog(XLOG_USER, "auto: no mount point named (rfs:=)");
plog(XLOG_USER, "auto: no map named (fs:=)");
plog(XLOG_USER, "No fs type specified (key = \"%s\", map = \"%s\")", keym, map);
plog(XLOG_USER, "fs type \"%s\" not recognised", fo->opt_type);
plog(XLOG_USER, "-h: option ignored. HOST_EXEC is not enabled.");
plog(XLOG_USER, "The -m option is no longer supported.");
plog(XLOG_USER, "... Use `ypcat -k am.master` on the command line instead");
plog(XLOG_USER, "Cannot switch logfile");
plog(XLOG_USER, "1st/2nd args missing to (un)mount program");
plog(XLOG_USER, "No host helper command given");
plog(XLOG_USER, "%s: line %d has no value field",
plog(XLOG_USER, "Cannot read directory %s: %m", *dir);
plog(XLOG_USER, "error allocating RE \"%s\"", keyb);
plog(XLOG_USER, "error compiling RE \"%s\": %s",
plog(XLOG_USER, "Ambiguous map cache type \"%s\"; using \"inc\"", opt);
plog(XLOG_USER, "No source data for map %s", map);
plog(XLOG_USER, "bad numeric option \"%s\" in \"%s\"", opt, str);
plog(XLOG_USER, "nfs: no remote filesystem specified");
plog(XLOG_USER, "nfs: no remote host specified");
plog(XLOG_USER, "Mount opts soft and spongy are incompatible - soft ignored");
plog(XLOG_USER, "nfsx: remount of %s failed: %m", mf->mf_mount);
plog(XLOG_USER, "nfsx: no remote filesystem specified");
plog(XLOG_USER, "nfsx: no remote host specified");
plog(XLOG_USER, "key %s: No value component in \"%s\"", mapkey, f);
plog(XLOG_USER, "key %s: Can't assign to a selector (%s)", mapkey, op->name);
plog(XLOG_USER, "key %s: Unrecognised key/option \"%s\"", mapkey, f);
plog(XLOG_USER, "No closing '}' in \"%s\"", *p->opt);
plog(XLOG_USER, "Unknown sequence \"${%s}\"", nbuf);
plog(XLOG_USER, "Unknown $ sequence in \"%s\"", *p->opt);
plog(XLOG_USER, "1st/2nd args missing to (un)mount program");
plog(XLOG_USER, "program: no mount/unmount specified");
plog(XLOG_USER, "link: no fs specified");
plog(XLOG_USER, "Unknown host: %s", host);
plog(XLOG_USER, "ufs: no device specified");
case XLOG_USER: sev = "user: "; break;
case XLOG_USER: lvl = LOG_WARNING; break;
plog(XLOG_USER, "option \"%s\" not recognised", s);
plog(XLOG_USER, "%s: Can't open logfile: %m", logfile);
{ "user", XLOG_USER }, /* Non-fatal user errors */
#define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)