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; alreadyApplied = true;
} }
else else
throw new Exception(string.Format("{0}: {1}. {2}", host, problems[0].Title, throw new Exception(problems[0].Description);
problems[0].Description));
} }
} }
catch (Exception ex) catch (Exception ex)