Oved Ourfali has uploaded a new change for review. Change subject: core: enhance storage error message (#842146) ......................................................................
core: enhance storage error message (#842146) https://bugzilla.redhat.com/842146 When failing to import a storage domain, the real source of the problem is printed to the event log, so changing the message to direct the user to the event log to get more details. Change-Id: I1f842b6b1740996c30d87527053f5980331f0ce6 Signed-off-by: Oved Ourfali <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/28/7428/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index 26ec0a2..44eb3ea 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -1113,7 +1113,7 @@ @DefaultStringValue("Failed to retrieve existing storage domain information.") String failedToRetrieveExistingStorageDomainInformationMsg(); - @DefaultStringValue("There is no storage domain under the specified path. Please check path.") + @DefaultStringValue("There is no storage domain under the specified path. Check event log for more details.") String thereIsNoStorageDomainUnderTheSpecifiedPathMsg(); @DefaultStringValue("Importing Storage Domain...") -- To view, visit http://gerrit.ovirt.org/7428 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1f842b6b1740996c30d87527053f5980331f0ce6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
