From 86c384bccfe214be573de0880ecaad0a2bdc1fd5 Mon Sep 17 00:00:00 2001 From: Don Lipari <lipari1@llnl.gov> Date: Wed, 26 Aug 2009 23:18:44 +0000 Subject: [PATCH] Converted a couple of info() statements into debug()s in task_affinity.c --- src/plugins/task/affinity/task_affinity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/task/affinity/task_affinity.c b/src/plugins/task/affinity/task_affinity.c index 5b6596bcc75..de7a2cda623 100644 --- a/src/plugins/task/affinity/task_affinity.c +++ b/src/plugins/task/affinity/task_affinity.c @@ -191,13 +191,13 @@ extern int task_slurmd_launch_request (uint32_t job_id, _update_bind_type(req); slurm_sprint_cpu_bind_type(buf_type, req->cpu_bind_type); - info("task affinity : before lllp distribution cpu bind " + debug("task affinity : before lllp distribution cpu bind " "method is '%s' (%s)", buf_type, req->cpu_bind); lllp_distribution(req, node_id); slurm_sprint_cpu_bind_type(buf_type, req->cpu_bind_type); - info("task affinity : after lllp distribution cpu bind " + debug("task affinity : after lllp distribution cpu bind " "method is '%s' (%s)", buf_type, req->cpu_bind); } -- GitLab