Skip to content

Commit 4312c64

Browse files
authored
Update server/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImpl.java
1 parent e5b3c9d commit 4312c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ HostVO selectKVMHostForImportingInCluster(Cluster destinationCluster, Long impor
18091809
selectedHost.getName());
18101810
} else if (destinationCluster.getId() != selectedHost.getClusterId()) {
18111811
err = String.format(
1812-
"Cannot import the converted instance on the host %s as it is not in the same zone as the destination cluster",
1812+
"Cannot import the converted instance on the host %s as it is not in the same cluster as the destination cluster",
18131813
selectedHost.getName());
18141814
}
18151815

0 commit comments

Comments
 (0)