Liran Zelkha has uploaded a new change for review. Change subject: core: BatchProcedureExecutionConnectionCallback debug logging issue ......................................................................
core: BatchProcedureExecutionConnectionCallback debug logging issue BatchProcedureExecutionConnectionCallback Does not display a complete debug output. This patch fixes this. Change-Id: I4555be2a061c9c5d609d2f9ccc4f4f26da0f8d2c Bug-Url: https://bugzilla.redhat.com/1178088 Signed-off-by: lzel...@redhat.com <lzel...@redhat.com> --- M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/BatchProcedureExecutionConnectionCallback.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/28/36828/1 diff --git a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/BatchProcedureExecutionConnectionCallback.java b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/BatchProcedureExecutionConnectionCallback.java index eb74b53..a422f48 100644 --- a/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/BatchProcedureExecutionConnectionCallback.java +++ b/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/BatchProcedureExecutionConnectionCallback.java @@ -45,7 +45,7 @@ @Override public Object doInConnection(Connection con) throws SQLException, DataAccessException { - log.debug("Executing batch for procedure '{}'", procName); + log.debug("Executing batch for procedure " + procName); StoredProcedureMetaData procMetaData = getStoredProcedureMetaData( procName, con); -- To view, visit http://gerrit.ovirt.org/36828 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4555be2a061c9c5d609d2f9ccc4f4f26da0f8d2c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liran Zelkha <lzel...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches