From ab6b5db170267af35e7fd58110a030fbea0bd6c2 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 5 Sep 2003 17:36:15 +0000
Subject: [PATCH] Change message from debug() to debug2(). No other changes in
 logic.

---
 src/slurmctld/step_mgr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/slurmctld/step_mgr.c b/src/slurmctld/step_mgr.c
index 726431f3e51..7e536163cc0 100644
--- a/src/slurmctld/step_mgr.c
+++ b/src/slurmctld/step_mgr.c
@@ -291,7 +291,7 @@ void signal_step_tasks(struct step_record *step_ptr, uint16_t signal)
 	}
 
 	agent_args->msg_args = kill_tasks_msg;
-	debug("Spawning signal agent");
+	debug2("Spawning signal agent");
 	if (pthread_attr_init(&attr_agent))
 		fatal("pthread_attr_init error %m");
 	if (pthread_attr_setdetachstate
-- 
GitLab