Skip to content

Commit 0524523

Browse files
author
Daan Hoogland
committed
wrong double quote
1 parent ba6c140 commit 0524523

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ 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;
324+
String msg = "no type info about host known, assuming ESXi";
325325
s_logger.warn(msg);
326326
return VmwareHostType.ESXi;
327327
}

0 commit comments

Comments
 (0)