scheduler: message tweak

This commit is contained in:
David Anderson 2015-11-04 11:57:17 -08:00
parent d5167aeec5
commit bae397cc54
1 changed files with 2 additions and 1 deletions

View File

@ -935,7 +935,8 @@ bool app_plan(SCHEDULER_REQUEST& sreq, char* plan_class, HOST_USAGE& hu) {
have_plan_class_spec = false;
} else if (retval) {
log_messages.printf(MSG_CRITICAL,
"Error parsing plan class spec file '%s'\n", buf
"Error parsing plan class spec file '%s': %s\n",
buf, boincerror(retval)
);
bad_plan_class_spec = true;
} else {