diff --git a/src/slurmctld/node_mgr.c b/src/slurmctld/node_mgr.c
index 1a6fa9abf7692c2417dda4a25530f365c861f5d2..b168f78a647dbbc5f42fa5db561cbcad0b83b06d 100644
--- a/src/slurmctld/node_mgr.c
+++ b/src/slurmctld/node_mgr.c
@@ -560,7 +560,7 @@ dump_hash ()
 	for (i = 0; i < node_record_count; i++) {
 		if (strlen (node_record_table_ptr[hash_table[i]].name) == 0)
 			continue;
-		info ("hash:%d:%s", i,
+		debug ("hash:%d:%s", i,
 			node_record_table_ptr[hash_table[i]].name);
 	}
 }