From 109c7bb082b18a594d4fa20d0bc353bc055b64cf Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 10 Feb 2009 01:04:59 +0000 Subject: [PATCH] reduce health check spawn logging from verbose() to debug() --- src/slurmctld/ping_nodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmctld/ping_nodes.c b/src/slurmctld/ping_nodes.c index 3eaf2880bfc..22fa2579be1 100644 --- a/src/slurmctld/ping_nodes.c +++ b/src/slurmctld/ping_nodes.c @@ -310,7 +310,7 @@ extern void run_health_check(void) hostlist_uniq(check_agent_args->hostlist); hostlist_ranged_string(check_agent_args->hostlist, sizeof(host_str), host_str); - verbose("Spawning health check agent for %s", host_str); + debug("Spawning health check agent for %s", host_str); ping_begin(); agent_queue_request(check_agent_args); } -- GitLab