X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=hippotatlib%2F__init__.py;h=bf599e7559407bc6bae98340294c098eebbaf509;hb=2eecd19c0f96d98e599b680447510aac06e8dd86;hp=7bdf4ea8e1730e49150933f56e08716c3424c3c0;hpb=d84dbf4bde624a66318086c61c387e6448c707e4;p=hippotat.git 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)