
Yair Zaslavsky has submitted this change and it was merged. Change subject: core: Improve error logging when there are LDAP queries errors ...................................................................... core: Improve error logging when there are LDAP queries errors The following patch improves logging of LDAP queries errors. It will try to get the root cause of the exception, and to return a friendly string for it Signed-off-by: Yair Zaslavsky <yzaslavs@redhat.com> Change-Id: Iebfc85569ba1aa8bd840f7239f83b7f921a4bd8a Bug-Url: https://bugzilla.redhat.com/865098 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DirectorySearcher.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/GetRootDSE.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapBrokerUtils.java 3 files changed, 32 insertions(+), 2 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9028 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iebfc85569ba1aa8bd840f7239f83b7f921a4bd8a Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Sharad Mishra <snmishra@linux.vnet.ibm.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>