From b372a749c2f9dbc5ac70f99e0b4534d02826f99f Mon Sep 17 00:00:00 2001
From: Nate Rini <nate@schedmd.com>
Date: Thu, 2 May 2019 16:15:23 -0600
Subject: [PATCH] Add debug2() message on site_factor_plugin_init() completion.

Bug 6944.
---
 src/common/site_factor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/common/site_factor.c b/src/common/site_factor.c
index 6b23ff8fbd9..c6a2995dffd 100644
--- a/src/common/site_factor.c
+++ b/src/common/site_factor.c
@@ -89,7 +89,9 @@ extern int site_factor_plugin_init(void)
 		retval = SLURM_ERROR;
 		goto done;
 	}
+
 	init_run = true;
+	debug2("%s: plugin %s loaded", __func__, type);
 
 done:
 	slurm_mutex_unlock(&g_context_lock);
-- 
GitLab