Maor Lipchuk has uploaded a new change for review.

Change subject: core: Add space in log before printing the word 'Task'.
......................................................................

core: Add space in log before printing the word 'Task'.

Avoiding printing the command name with the word 'Task'
at the end of the name.

Change-Id: I4ce801fc9889f8c2f8d3a74f67b1a061bddcef6e
Signed-off-by: Maor Lipchuk <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/14432/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
index 1840efa..bb13ba0 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
@@ -1100,7 +1100,7 @@
                 .append(getClass().getSimpleName());
 
         if (hasTaskHandlers()) {
-            logInfo.append("Task handler: 
").append(getCurrentTaskHandler().getClass().getSimpleName());
+            logInfo.append(" Task handler: 
").append(getCurrentTaskHandler().getClass().getSimpleName());
         }
 
         logInfo.append(" internal: 
").append(isInternalExecution()).append(".");


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ce801fc9889f8c2f8d3a74f67b1a061bddcef6e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to