You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2019/08/08 12:13:53 UTC

[cloudstack] branch master updated: Single letter typo fix

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new f56c50f  Single letter typo fix
f56c50f is described below

commit f56c50fd6ad66c292cb4d1caae9e4e725b3e3603
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Thu Aug 8 14:13:39 2019 +0200

    Single letter typo fix
    
    Merging since only removed a single letter from the error message (typo)
---
 .../src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java b/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java
index 6477eb1..dd65775 100644
--- a/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java
+++ b/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java
@@ -719,7 +719,7 @@ public class VmwareHelper {
             }
         } catch (Exception ex) {
             s_logger.info("[ignored]"
-                    + "failed toi get message for exception: " + e.getLocalizedMessage());
+                    + "failed to get message for exception: " + e.getLocalizedMessage());
         }
 
         return ExceptionUtil.toString(e, printStack);