case LENERR:
case FMTERR:
if (state == LENERR || state == FMTERR) {
- admonish (NULL, "format error in message %d (header #%d)",
+ inform("format error in message %d (header #%d), continuing...",
msg, compnum);
check_failed = 1;
}
if (!datecomp || (tw = dparsetime (datecomp)) == NULL) {
struct stat st;
- advise (NULL,
- "can't parse %s field in message %d, "
- "will use file modification time",
- datesw, msg);
+ inform("can't parse %s field in message %d, "
+ "will use file modification time", datesw, msg);
fstat (fileno (in), &st);
smsg->s_clock = st.st_mtime;
check_failed = 1;