Skip to content
Snippets Groups Projects
Commit b59dbc3a authored by Danny Auble's avatar Danny Auble
Browse files

fix for more versboseness that doesn't need to happen

parent 1ed4f8c9
No related branches found
No related tags found
No related merge requests found
...@@ -1653,7 +1653,8 @@ extern int fini(void) ...@@ -1653,7 +1653,8 @@ extern int fini(void)
xfree(cr_node_num_cores); xfree(cr_node_num_cores);
xfree(cr_num_core_count); xfree(cr_num_core_count);
verbose("%s shutting down ...", plugin_name); if(cr_type)
verbose("%s shutting down ...", plugin_name);
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