This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch 389-ds-base-1.3.6 in repository 389-ds-base.
from 22f4326 Ticket 49257 - only register modify callbacks new 306e217 Ticket 49184 - adjust logging level in MO plugin
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ldap/servers/plugins/memberof/memberof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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); } } }
389-commits@lists.fedoraproject.org