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

Change logging of priority plugin name loaded from verbose() to debug()

This fixes a problem running test24.2 with priority/basic
parent 28ebbb4c
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ const uint32_t plugin_version = 100; ...@@ -92,7 +92,7 @@ const uint32_t plugin_version = 100;
*/ */
int init ( void ) int init ( void )
{ {
verbose("%s loaded", plugin_name); debug("%s loaded", plugin_name);
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
......
...@@ -1032,7 +1032,7 @@ int init ( void ) ...@@ -1032,7 +1032,7 @@ int init ( void )
xfree(temp); xfree(temp);
verbose("%s loaded", plugin_name); debug("%s loaded", 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