Skip to content

Commit 0a92c41

Browse files
Daan HooglandDaanHoogland
authored andcommitted
wrong double quote
1 parent c6f8b9b commit 0a92c41

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)