From c28d54772d37f54b5a15aeb3925d1c5fe2d9c425 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 29 Apr 2020 15:39:03 +0200 Subject: [PATCH] change debug output --- library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.js b/library.js index baba532..709fc33 100644 --- a/library.js +++ b/library.js @@ -34,7 +34,7 @@ params.router.get('/api/admin/plugins/sso-saml', render); meta.settings.get('sso_saml', function(err, options) { - console.log(options); + console.log('[sso-saml] got options ${options}'); master_config = options; });