From ecbf02f851304e0fc2d0a8281fddb6ea128de78b Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 7 Jul 2003 21:49:23 +0000
Subject: [PATCH] Change some less important messages from type info() to type
 debug().

---
 src/slurmctld/read_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/slurmctld/read_config.c b/src/slurmctld/read_config.c
index 3412dfb2868..65a55eba235 100644
--- a/src/slurmctld/read_config.c
+++ b/src/slurmctld/read_config.c
@@ -754,7 +754,7 @@ int read_slurm_conf(int recover)
 	} else {
 		reset_first_job_id();
 		if (old_node_table_ptr) {
-			info("restoring original state of nodes");
+			debug("restoring original state of nodes");
 			_restore_node_state(old_node_table_ptr, 
 					    old_node_record_count);
 		}
@@ -777,7 +777,7 @@ int read_slurm_conf(int recover)
 	list_sort(config_list, &list_compare_config);
 
 	slurmctld_conf.last_update = time(NULL);
-	info("read_slurm_conf: finished loading configuration, time=%ld",
+	debug("read_slurm_conf: finished loading configuration, time=%ld",
 	     (long) (clock() - start_time));
 
 	return SLURM_SUCCESS;
-- 
GitLab