From bae397cc54a6baedbf7186476532e151b06d1eb2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 4 Nov 2015 11:57:17 -0800 Subject: [PATCH] scheduler: message tweak --- sched/sched_customize.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/sched_customize.cpp b/sched/sched_customize.cpp index 36487b8ca2..1a3903a8ae 100644 --- a/sched/sched_customize.cpp +++ b/sched/sched_customize.cpp @@ -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 {