Skip to content

Commit f56c50f

Browse files
Single letter typo fix
Merging since only removed a single letter from the error message (typo)
1 parent a10e539 commit f56c50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ public static String getExceptionMessage(Throwable e, boolean printStack) {
719719
}
720720
} catch (Exception ex) {
721721
s_logger.info("[ignored]"
722-
+ "failed toi get message for exception: " + e.getLocalizedMessage());
722+
+ "failed to get message for exception: " + e.getLocalizedMessage());
723723
}
724724

725725
return ExceptionUtil.toString(e, printStack);

0 commit comments

Comments
 (0)