From 2b0a37c3afd0e19df7e456ef7e470e4e58369ea9 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Thu, 12 Jan 2017 18:50:38 -0700 Subject: [PATCH] Minor tweak to scontrol error message bug 3072 --- src/scancel/scancel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scancel/scancel.c b/src/scancel/scancel.c index 74d8aa4b0b2..6a1a8f00da6 100644 --- a/src/scancel/scancel.c +++ b/src/scancel/scancel.c @@ -422,7 +422,7 @@ static void _filter_job_records(void) if (opt.wckey) xstrfmtcat(err_msg, "wckey=%s ", opt.wckey); if (err_msg) { - error("No active jobs matching ALL job filters, including: %s", + error("No active jobs match ALL job filters, including: %s", err_msg); xfree(err_msg); } -- GitLab