diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f0875454e26..d30423189fa 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -678,7 +678,7 @@ goaway(sts) if (sts == 0) SIOUXSettings.autocloseonquit = 1; else - SIOUXSettings.showstatusline = 1; + printf("\n[Terminated]\n"); #endif exit(sts); #endif /* WITH_THREAD */