From 4a6eea77e42c8672e78e5cc233a2ef49c544845b Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 13 Jun 2002 00:34:12 +0000 Subject: [PATCH] change hash messages from "info" to "debug". --- 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 1a6fa9abf76..b168f78a647 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); } } -- GitLab