Skip to content
Snippets Groups Projects
Commit 541da8e7 authored by Moe Jette's avatar Moe Jette
Browse files

Decrease logging for XCPU pthread.

parent 214d1eba
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment