- client: Fix crash that was introduced 7 months ago.

(From Nicolás Alvarez)
        
    client/
        app_control.cpp


svn path=/trunk/boinc/; revision=19265
This commit is contained in:
Rom Walton 2009-10-05 22:42:06 +00:00
parent 94b1dc93c9
commit 10fb940425
2 changed files with 9 additions and 2 deletions

View File

@ -8433,4 +8433,11 @@ Rom 5 Oct 2009
lib/
diagnostics_win.cpp
Rom 1 Oct 2009
- client: Fix crash that was introduced 7 months ago.
(From Nicolás Alvarez)
client/
app_control.cpp

View File

@ -514,7 +514,7 @@ bool ACTIVE_TASK_SET::check_app_exited() {
// is probably a benchmark process; don't show error
//
if (!gstate.are_cpu_benchmarks_running() && log_flags.task_debug) {
msg_printf(atp->result->project, MSG_INTERNAL_ERROR,
msg_printf(NULL, MSG_INTERNAL_ERROR,
"Process %d not found\n", pid
);
}