mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-299065: Duplicate host name in error message in the RPU and Patching wizards.
This commit is contained in:
parent
fe359cc3f9
commit
1a0a1f6359
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user