We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6c140 commit 0524523Copy full SHA for 0524523
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/HostMO.java
@@ -321,7 +321,7 @@ public AboutInfo getHostAboutInfo() throws Exception {
321
public VmwareHostType getHostType() throws Exception {
322
AboutInfo aboutInfo = getHostAboutInfo();
323
if (aboutInfo == null) {
324
- String msg = "no type info about host known, assuming ESXi”;
+ String msg = "no type info about host known, assuming ESXi";
325
s_logger.warn(msg);
326
return VmwareHostType.ESXi;
327
}
0 commit comments