From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Exclude unknown cURL debug types
......................................................................
Exclude unknown cURL debug types
Currently the cURL debug function that we use tries to convert all kinds
of debug data to strings, in order to send them to the log. This does
not work for binary data, for example for the SSL debug data. To avoid
that this patch changes the debug function so that it ignores the debug
data whose type doesn't know how to handle.
Change-Id: I26e811ebe93034e68ccc6cbb6f74f2314c6c6cfc
Bug-Url:
https://bugzilla.redhat.com/1451042
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/lib/ovirtsdk4/__init__.py
1 file changed, 16 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/76863
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I26e811ebe93034e68ccc6cbb6f74f2314c6c6cfc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>