From 541da8e7cf85f14f64550c5fd91f0aa70eb350cc Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 15 Mar 2006 16:20:15 +0000 Subject: [PATCH] Decrease logging for XCPU pthread. --- src/plugins/select/linear/select_linear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/select/linear/select_linear.c b/src/plugins/select/linear/select_linear.c index 77903e6c8ea..13a83e3cd40 100644 --- a/src/plugins/select/linear/select_linear.c +++ b/src/plugins/select/linear/select_linear.c @@ -111,7 +111,7 @@ static void *xcpu_agent(void *args) now = time(NULL); if (difftime(now, last_xcpu_test) >= XCPU_POLL_TIME) { - info("Running XCPU node state test"); + debug3("Running XCPU node state test"); time_ptr = localtime(&now); down_node_list[0] = '\0'; -- GitLab