Skip to content

Commit f64923c

Browse files
author
Mihaela Stoica
committed
CA-234628: Errors with no title in XenCenter
Set the suppressHistory flag to true for the parallel action that we run periodically to check the Health Check analysis result Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
1 parent c395a8c commit f64923c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XenAdmin/Core/HealthCheck.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void CheckForAnalysisResults()
6464
}
6565
else if (actions.Count > 1)
6666
{
67-
var parallelAction = new ParallelAction(null, "", "", "", actions);
67+
var parallelAction = new ParallelAction(null, "", "", "", actions, true, true);
6868
parallelAction.Completed += actionCompleted;
6969
parallelAction.RunAsync();
7070
}

0 commit comments

Comments
 (0)