From 31439ffb522e78e25ac7056b30d0dc31056fa891 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 2 Feb 2009 01:16:01 +1000 Subject: [PATCH] Better warning message when trying to exit with jobs running. PAtch and suggestion from Josef Spillner. darcs-hash:20090201151601-ac50b-64bf24877419a9087f37eda2486232dfdabea9d2.gz --- reader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.c b/reader.c index 99b023fa6..6756c709e 100644 --- a/reader.c +++ b/reader.c @@ -2357,7 +2357,7 @@ static void handle_end_loop() if( !reader_exit_forced() && !data->prev_end_loop && job_count && !is_breakpoint ) { - writestr(_( L"There are stopped jobs\n" )); + writestr(_( L"There are stopped jobs. A second attempt to exit will enforce their termination.\n" )); reader_exit( 0, 0 ); data->prev_end_loop=1;