X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fmessage.c;h=ed6d6e7a9b0cc9b3b10df864ddbc30f57a49d926;hb=20ab4257de9330d8ad358fd8f66ebcd75bd1846a;hp=8bd6af956ddf55153df8cbbf11c4220f24a0c450;hpb=7d34380bb2fddca820a6f414564738cc2f70afc9;p=pspp diff --git a/src/libpspp/message.c b/src/libpspp/message.c index 8bd6af956d..ed6d6e7a9b 100644 --- a/src/libpspp/message.c +++ b/src/libpspp/message.c @@ -271,7 +271,7 @@ process_msg (const struct msg *m) void msg_emit (struct msg *m) { - if ( s_stream ) + if ( s_stream && m->where.file_name == NULL ) { struct msg_locator loc; @@ -312,7 +312,7 @@ msg_enable (void) /* Private functions. */ void -request_bug_report_and_abort (const char *msg) +request_bug_report (const char *msg) { fprintf (stderr, "******************************************************\n"); fprintf (stderr, "You have discovered a bug in PSPP. Please report this\n"); @@ -334,7 +334,5 @@ request_bug_report_and_abort (const char *msg) #endif ); fprintf (stderr, "******************************************************\n"); - - _exit (EXIT_FAILURE); }