Eli Mesika has uploaded a new change for review.

Change subject: core:OnVdsDuringFailureTimer log message malformed
......................................................................

core:OnVdsDuringFailureTimer log message malformed

This patch only formats the original message in a more
readable/understandable way.
The typo reported in the bug was fixed in other commit not related to
this bug as part of refine log messaging
Also the Time was removed from the message also in previous work since
this information already exists in each log message

Change-Id: Ibaf1d7c351a2d63d7f3cc58609a9c5016b8a13f5
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1047567
Signed-off-by: Eli Mesika <[email protected]>
---
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/23824/1

diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
index a8f5bbf..bbb2639 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java
@@ -499,7 +499,7 @@
                 setStatus(VDSStatus.Up, vds);
                 
DbFacade.getInstance().getVdsDynamicDao().updateStatus(getVdsId(), 
VDSStatus.Up);
             }
-            log.infoFormat("onVdsDuringFailureTimer of vds {0} entered. 
Attempts after {1}", vds.getName(),
+            log.infoFormat("onVdsDuringFailureTimer of Host {0} entered after 
{1} attempts to run a VM", vds.getName(),
                     mFailedToRunVmAttempts);
         }
     }


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

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

Reply via email to