*** empty log message ***

svn path=/trunk/boinc/; revision=2000
This commit is contained in:
Karl Chen 2003-08-06 22:55:35 +00:00
parent 3d78f49deb
commit fd90936dc8
1 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ bool ACTIVE_TASK_SET::check_app_exited() {
if (exit_code) {
gstate.report_result_error(
*(atp->result), 0,
"process exited with a non zero exit code"
"process exited with a non-zero exit code"
);
}
}
@ -572,7 +572,7 @@ bool ACTIVE_TASK_SET::check_app_exited() {
if(atp->exit_status) {
gstate.report_result_error(
*(atp->result), 0,
"process exited with a nonzero exit code"
"process exited with a non-zero exit code"
);
}
scope_messages.printf("ACTIVE_TASK_SET::check_app_exited(): process exited: status %d\n", atp->exit_status);