Single letter typo fix

Merging since only removed a single letter from the error message (typo)
This commit is contained in:
Andrija Panic 2019-08-08 14:13:39 +02:00 committed by GitHub
parent a10e539dd6
commit f56c50fd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);