Lee Yarwood has uploaded a new change for review.

Change subject: core: Fix typos in isTaskStateError log line.
......................................................................

core: Fix typos in isTaskStateError log line.

Fixes a few typos logged when ClearAsyncTask fails.

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/17262/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
index 5ee40fb..76eb657 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
@@ -460,7 +460,7 @@
         if (vdsReturnValue != null && vdsReturnValue.getVdsError() != null
                 && vdsReturnValue.getVdsError().getCode() == 
VdcBllErrors.TaskStateError) {
             log.infoFormat(
-                    "SPMAsyncTask::ClearAsyncTask: At time of attemp to clear 
task '{0}' the response code was {2} and message was {3}. Task will not be 
cleaned",
+                    "SPMAsyncTask::ClearAsyncTask: At time of attempt to clear 
task '{0}' the response code was {1} and message was {2}. Task will not be 
cleaned",
                     getVdsmTaskId(),
                     vdsReturnValue.getVdsError().getCode(),
                     vdsReturnValue.getVdsError().getMessage());


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

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

Reply via email to