Alon Bar-Lev has uploaded a new change for review.
Change subject: backend: print exception when uncought
......................................................................
backend: print exception when uncought
probably missing {} but better to dump stacktrace in this case.
Change-Id: I428fa86c0bcbda39033bc62bd5c193187e3fef7e
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/38207/1
diff --git
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
index 8977500..d663291 100644
---
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
+++
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
@@ -139,8 +139,7 @@
try {
initialize();
} catch(Exception ex) {
- log.error("Error during initialization", ex.getMessage());
- log.debug("", ex);
+ log.error("Error during initialization", ex);
throw ex;
}
}
--
To view, visit https://gerrit.ovirt.org/38207
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I428fa86c0bcbda39033bc62bd5c193187e3fef7e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches