Skip to content
Snippets Groups Projects
Commit b372a749 authored by Nate Rini's avatar Nate Rini Committed by Tim Wickberg
Browse files

Add debug2() message on site_factor_plugin_init() completion.

Bug 6944.
parent 36e2a615
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,9 @@ extern int site_factor_plugin_init(void) ...@@ -89,7 +89,9 @@ extern int site_factor_plugin_init(void)
retval = SLURM_ERROR; retval = SLURM_ERROR;
goto done; goto done;
} }
init_run = true; init_run = true;
debug2("%s: plugin %s loaded", __func__, type);
done: done:
slurm_mutex_unlock(&g_context_lock); slurm_mutex_unlock(&g_context_lock);
......
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