×
Close
The permissions on this repository are being updated. This may take a while.
During this time, you or some of the project's contributors may not be able
to push to this repository.
Blame SOURCES/0054-Ticket-49184-adjust-logging-level-in-MO-plugin.patch
Branch: 74ca47f593480fdf5fc3bc80523dc7099318ff5c
74ca47
From db98cb29158741cc960f1e1a2df3d4214f5bd36e Mon Sep 17 00:00:00 2001
74ca47
From: Mark Reynolds <mreynolds@redhat.com>
74ca47
Date: Tue, 6 Jun 2017 10:50:19 -0400
74ca47
Subject: [PATCH] Ticket 49184 - adjust logging level in MO plugin
74ca47
74ca47
Description: Change logging level for benign message
74ca47
74ca47
https://pagure.io/389-ds-base/issue/49184
74ca47
74ca47
Reviewed by: mreynolds(one line commit ruile)
74ca47
---
74ca47
ldap/servers/plugins/memberof/memberof.c | 2 +-
74ca47
1 file changed, 1 insertion(+), 1 deletion(-)
74ca47
74ca47
diff --git a/ldap/servers/plugins/memberof/memberof.c b/ldap/servers/plugins/memberof/memberof.c
74ca47
index 5cd2c01..9bbe13c 100644
74ca47
--- a/ldap/servers/plugins/memberof/memberof.c
74ca47
+++ b/ldap/servers/plugins/memberof/memberof.c
74ca47
@@ -3396,7 +3396,7 @@ int memberof_fix_memberof_callback(Slapi_Entry *e, void *callback_data)
74ca47
/* This is quite unexpected, after a call to memberof_get_groups
74ca47
* ndn ancestors should be in the cache
74ca47
*/
74ca47
- slapi_log_err(SLAPI_LOG_FATAL, MEMBEROF_PLUGIN_SUBSYSTEM, "memberof_fix_memberof_callback: Weird, %s is not in the cache\n", ndn);
74ca47
+ slapi_log_err(SLAPI_LOG_PLUGIN, MEMBEROF_PLUGIN_SUBSYSTEM, "memberof_fix_memberof_callback: Weird, %s is not in the cache\n", ndn);
74ca47
}
74ca47
}
74ca47
}
74ca47
--
74ca47
2.9.4
74ca47