X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMain.c;h=0409e7e427387ec432e4c53b10a3035c79b36daf;hb=7dad6ad9295538b7d72d75b5f6ded34708622ea1;hp=564e74f259544ddcc7d39aa456a9953de697bf6b;hpb=21198e4d1a1f7d41c48d08791b257479d257aba6;p=ghc-hetmet.git diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 564e74f..0409e7e 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.23 2000/04/11 16:49:20 sewardj Exp $ + * $Id: Main.c,v 1.24 2000/04/26 09:28:18 simonmar Exp $ * * (c) The GHC Team 1998-2000 * @@ -112,7 +112,7 @@ int main(int argc, char *argv[]) exit_status = EXIT_DEADLOCK; break; case Killed: - prog_belch("main thread killed"); + prog_belch("main thread exited (uncaught exception)"); exit_status = EXIT_KILLED; break; case Interrupted: