Yair Zaslavsky has uploaded a new change for review. Change subject: tools: Add stacktrace debugging to DnsSrvLocator ......................................................................
tools: Add stacktrace debugging to DnsSrvLocator Change-Id: Ibd0ab8a31dc26b96b5f8731dfe288642a1a0a91b Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/16980/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java index 3e2a64d..3ccccf3 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java @@ -230,6 +230,7 @@ protocol, domain, ex.getMessage()); + log.debug("Stacktrace: ", ex); throw ex; } } -- To view, visit http://gerrit.ovirt.org/16980 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd0ab8a31dc26b96b5f8731dfe288642a1a0a91b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
