Hi, While chronic prints any output if the command returns non-zero, it does not print anything unless the command itself does: pelle@piglet:~$ chronic false pelle@piglet:~$ While this is the correct, documented behaviour, there are some rare cases where scripts or commands will fail silently without printing an error message. In such cases, I would still really want to know about it. I suspect others would as well. It would be nice if chronic could print a message, such as <empty output, non-zero exit status> in such cases.