X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/d84dbf4bde624a66318086c61c387e6448c707e4..2eecd19c0f96d98e599b680447510aac06e8dd86:/hippotatlib/__init__.py diff --git a/hippotatlib/__init__.py b/hippotatlib/__init__.py index 7bdf4ea..bf599e7 100644 --- a/hippotatlib/__init__.py +++ b/hippotatlib/__init__.py @@ -662,4 +662,4 @@ just `+': all DFLAGs. def common_run(): log_debug(DBG.INIT, 'entering reactor') if not _crashing: reactor.run() - print('CRASHED (end)', file=sys.stderr) + print('ENDED', file=sys.stderr)