CA-299065: Duplicate host name in error message in the RPU and Patching wizards.

This commit is contained in:
Aaron Robson 2018-10-11 08:58:23 +01:00 committed by Mihaela Stoica
parent fe359cc3f9
commit 1a0a1f6359

View File

@ -164,8 +164,7 @@ namespace XenAdmin.Wizards.RollingUpgradeWizard.PlanActions
alreadyApplied = true;
}
else
throw new Exception(string.Format("{0}: {1}. {2}", host, problems[0].Title,
problems[0].Description));
throw new Exception(problems[0].Description);
}
}
catch (Exception ex)