upgrade filterTest (exit code)

This commit is contained in:
2023-01-23 14:09:08 +01:00
parent 2980767d53
commit f51dc3f7a3
4 changed files with 12 additions and 9 deletions

View File

@ -800,7 +800,7 @@ MainAttachment::substitute (ifstream &mbox, ofstream &outbox, const SizeArg &min
}
attachP->println (outbox, content);
} else {
LOG_BUG (true, continue, "eMailShrinker: bug M8: can't change" << *attachP);
LOG_BUG (true, continue, "eMailShrinker: upload has failed, so can't change" << *attachP);
}
outbox.flush ();
curPos = attachP->endPos;