Ohad Basan has uploaded a new change for review.

Change subject: backend: fix typo when InstallVdsCommand fails
......................................................................

backend: fix typo when InstallVdsCommand fails

1. s/enging/engine
2. change path of host-deploy log to correct path

Change-Id: If0d985eaf8a3d2060b53f4c031e8a49e74799cbf
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=923693
Signed-off-by: Ohad Basan <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/13202/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
index 289638e..ac23665 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
@@ -20,7 +20,7 @@
 public class InstallVdsCommand<T extends InstallVdsParameters> extends 
VdsCommand<T> {
 
     private static Log log = LogFactory.getLog(InstallVdsCommand.class);
-    private static final String GENERIC_ERROR = "Please refer to enging.log on 
engine and log files under /tmp on host for further details.";
+    private static final String GENERIC_ERROR = "Please refer to engine.log on 
engine and log files under /var/log/ovirt-engine/host-deploy/ on host for 
further details.";
     protected String _failureMessage = null;
 
     public InstallVdsCommand(T parameters) {


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

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

Reply via email to