Skip to content

Commit ba6c140

Browse files
authored
semis
1 parent d3857c8 commit ba6c140

File tree

1 file changed

+2
-2
lines changed
  • vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo

1 file changed

+2
-2
lines changed

vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/HostMO.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ public AboutInfo getHostAboutInfo() throws Exception {
321321
public VmwareHostType getHostType() throws Exception {
322322
AboutInfo aboutInfo = getHostAboutInfo();
323323
if (aboutInfo == null) {
324-
String msg = "no type info about host known, assuming ESXi"
325-
s_logger.warn(msg)
324+
String msg = "no type info about host known, assuming ESXi”;
325+
s_logger.warn(msg);
326326
return VmwareHostType.ESXi;
327327
}
328328
if ("VMware ESXi".equals(aboutInfo.getName()))

0 commit comments

Comments
 (0)