mirror of https://github.com/BOINC/boinc.git
- 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:
parent
94b1dc93c9
commit
10fb940425
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue