This is an automated email from the git hooks/post-receive script.
mreynolds pushed a change to branch master in repository 389-ds-base.
from 32d46d2 Ticket 49257 - Update CI script new bcbc3e9 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 master in repository 389-ds-base.
commit bcbc3e9c3889d9df0f777c55d66e099d33a1ab52 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 b37f1a1..46fbf27 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