X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/80496d6edb1653bbc88c4403da048920ec6a5b59..2d033e9c995d385fcd69cb604bf8814de4d1ccec:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index 97d42e5f..8aee4a97 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -390,7 +390,7 @@ get_fields (char *datesw, int msg, struct smsg *smsg) 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; } @@ -413,10 +413,8 @@ get_fields (char *datesw, int msg, struct smsg *smsg) 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;