Better warning message when trying to exit with jobs running. PAtch and suggestion from Josef Spillner.

darcs-hash:20090201151601-ac50b-64bf24877419a9087f37eda2486232dfdabea9d2.gz
This commit is contained in:
axel 2009-02-02 01:16:01 +10:00
parent 9111b85437
commit 31439ffb52

View File

@ -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;