mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-175498: Even more logging
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
b0c8004230
commit
e011ade0da
@ -409,6 +409,9 @@ namespace XenAdmin.Wizards.PatchingWizard
|
|||||||
{
|
{
|
||||||
var innerEx = exception.InnerException as Failure;
|
var innerEx = exception.InnerException as Failure;
|
||||||
errorMessage = innerEx.Message;
|
errorMessage = innerEx.Message;
|
||||||
|
|
||||||
|
if (innerEx.ErrorDescription != null && innerEx.ErrorDescription.Count > 0)
|
||||||
|
log.Error(string.Concat(innerEx.ErrorDescription.ToArray()));
|
||||||
}
|
}
|
||||||
|
|
||||||
labelError.Text = errorMessage ?? string.Format(Messages.PATCHING_WIZARD_ERROR, exception.Message);
|
labelError.Text = errorMessage ?? string.Format(Messages.PATCHING_WIZARD_ERROR, exception.Message);
|
||||||
|
Loading…
Reference in New Issue
Block a user