diff --git a/src/slurmctld/job_scheduler.c b/src/slurmctld/job_scheduler.c index 6f147b1040a185d0ca2f7bd8595f3e825f62afa7..b33ca545dd7434fa921abf372422bdcabb07d787 100644 --- a/src/slurmctld/job_scheduler.c +++ b/src/slurmctld/job_scheduler.c @@ -849,8 +849,8 @@ extern int schedule(uint32_t job_limit) xfree(sched_params); sched_update = slurmctld_conf.last_update; - info("SchedulingParameters: default_queue_depth=%d " - "max_rpc_cnt=%d max_sched_time=%d partition_job_depth=%d ", + info("SchedulerParameters=default_queue_depth=%d," + "max_rpc_cnt=%d,max_sched_time=%d,partition_job_depth=%d", def_job_limit, defer_rpc_cnt, sched_timeout, max_jobs_per_part); }