Skip to content
Snippets Groups Projects
Commit ecbf02f8 authored by Moe Jette's avatar Moe Jette
Browse files

Change some less important messages from type info() to type debug().

parent 908479cc
No related branches found
No related tags found
No related merge requests found
...@@ -754,7 +754,7 @@ int read_slurm_conf(int recover) ...@@ -754,7 +754,7 @@ int read_slurm_conf(int recover)
} else { } else {
reset_first_job_id(); reset_first_job_id();
if (old_node_table_ptr) { if (old_node_table_ptr) {
info("restoring original state of nodes"); debug("restoring original state of nodes");
_restore_node_state(old_node_table_ptr, _restore_node_state(old_node_table_ptr,
old_node_record_count); old_node_record_count);
} }
...@@ -777,7 +777,7 @@ int read_slurm_conf(int recover) ...@@ -777,7 +777,7 @@ int read_slurm_conf(int recover)
list_sort(config_list, &list_compare_config); list_sort(config_list, &list_compare_config);
slurmctld_conf.last_update = time(NULL); 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)); (long) (clock() - start_time));
return SLURM_SUCCESS; return SLURM_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment