mirror of https://github.com/apache/cloudstack.git
Single letter typo fix
Merging since only removed a single letter from the error message (typo)
This commit is contained in:
parent
a10e539dd6
commit
f56c50fd6a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue