bug 11675: minor update

This commit is contained in:
Abhinandan Prateek 2011-10-14 12:26:13 +05:30 committed by root
parent b1de219cd9
commit 438b01344d
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ public class CitrixHelper {
public static String getXcp110GuestOsType(String stdType) {
String guestOS = _xcp100GuestOsMap.get(stdType);
String guestOS = _xcp110GuestOsMap.get(stdType);
if (guestOS == null) {
s_logger.debug("Can't find the guest os: " + stdType + " mapping into XCP's guestOS type, start it as HVM guest");
guestOS = "Other install media";