Tuesday, June 6, 2017

[389-commits] [389-ds-base] 01/01: Ticket 49184 - adjust logging level in MO plugin

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.3.6
in repository 389-ds-base.

commit 306e217e337317216aae0d528c62ac788ae57cd6
Author: Mark Reynolds <mreynolds@redhat.com>
Date: Tue Jun 6 10:50:19 2017 -0400

Ticket 49184 - adjust logging level in MO plugin

Description: Change logging level for benign message

https://pagure.io/389-ds-base/issue/49184

Reviewed by: mreynolds(one line commit ruile)
---
ldap/servers/plugins/memberof/memberof.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/servers/plugins/memberof/memberof.c b/ldap/servers/plugins/memberof/memberof.c
index 8d36b80..64be206 100644
--- a/ldap/servers/plugins/memberof/memberof.c
+++ b/ldap/servers/plugins/memberof/memberof.c
@@ -3399,7 +3399,7 @@ int memberof_fix_memberof_callback(Slapi_Entry *e, void *callback_data)
/* This is quite unexpected, after a call to memberof_get_groups
* ndn ancestors should be in the cache
*/
- slapi_log_err(SLAPI_LOG_FATAL, MEMBEROF_PLUGIN_SUBSYSTEM, "memberof_fix_memberof_callback: Weird, %s is not in the cache\n", ndn);
+ slapi_log_err(SLAPI_LOG_PLUGIN, MEMBEROF_PLUGIN_SUBSYSTEM, "memberof_fix_memberof_callback: Weird, %s is not in the cache\n", ndn);
}
}
}

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org

No comments:

Post a Comment