From dda0180fb76596f299c35406168a666df07f9d4e Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Fri, 9 Mar 2012 09:19:06 -0800 Subject: [PATCH] Fix debug statement --- src/slurmctld/job_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmctld/job_mgr.c b/src/slurmctld/job_mgr.c index 8211077b174..439d6582194 100644 --- a/src/slurmctld/job_mgr.c +++ b/src/slurmctld/job_mgr.c @@ -3957,7 +3957,7 @@ static int _job_create(job_desc_msg_t * job_desc, int allocate, int will_run, &limit_set_max_cpus, &limit_set_max_nodes, &limit_set_time, 0))) { - info("_job_create: exceeded association's node or time limit " + info("_job_create: exceeded association/qos's limit " "for user %u", job_desc->user_id); error_code = ESLURM_ACCOUNTING_POLICY; goto cleanup_fail; -- GitLab