Maor Lipchuk has posted comments on this change.

Change subject: core: Use one line error log instead stack trace.
......................................................................


Patch Set 5: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java
Line 158:                 vdcReturnValue =
Line 159:                         
Backend.getInstance().endAction(entityInfo.getActionType(),
Line 160:                                 dbAsyncTask.getActionParameters(),
Line 161:                                 new CommandContext(context));
Line 162:             } catch (VdcBLLException ex) {
Fixed at http://gerrit.ovirt.org/#/c/13099/
Line 163:                 log.error(getErrorMessage(entityInfo));
Line 164:                 log.error(ex.toString());
Line 165:                 log.debug(ex);
Line 166:             } catch (RuntimeException ex) {


--
To view, visit http://gerrit.ovirt.org/12977
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1907d94af939bbe6da6a2149428a97c5f33fe826
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Michael Kublin <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to