From c8992900d8502783a70fba36f30f51e62aabf2aa Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 8 Oct 2003 19:50:37 +0000
Subject: [PATCH] Change node hash table lookup detailed information from type
 debug() to debug3().

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

diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c
index 02c6bbbb3ac..b86d7c0db8a 100644
--- a/src/slurmctld/node_mgr.c
+++ b/src/slurmctld/node_mgr.c
@@ -1373,7 +1373,7 @@ static void _dump_hash (void)
 		if ((inx >= node_record_count) ||
 		    (strlen (node_record_table_ptr[inx].name) == 0))
 			continue;
-		debug ("hash:%d:%s", i, node_record_table_ptr[inx].name);
+		debug3("hash:%d:%s", i, node_record_table_ptr[inx].name);
 	}
 }
 #endif
-- 
GitLab