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

Add logging to identify the authentication plugin loaded.

parent 98448221
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ int init ( void ) ...@@ -124,6 +124,7 @@ int init ( void )
if (host_list_idx == -1) if (host_list_idx == -1)
return SLURM_ERROR; return SLURM_ERROR;
verbose("%s loaded", plugin_name);
return SLURM_SUCCESS; return SLURM_SUCCESS;
} }
......
...@@ -144,6 +144,7 @@ enum { ...@@ -144,6 +144,7 @@ enum {
*/ */
int init ( void ) int init ( void )
{ {
verbose("%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