We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6905b commit 2f14341Copy full SHA for 2f14341
HeliosFalcon/Interfaces/FalconInterface.cs
@@ -682,7 +682,7 @@ private IEnumerable<StatusReportItem> GenerateCommonStatusItems()
682
Status =
683
$"The key file configured in this profile does not exist at the path specified '{KeyFileName}'",
684
Recommendation = "Configure this interface with a valid key file",
685
- Severity = StatusReportItem.SeverityCode.Error,
+ Severity = StatusReportItem.SeverityCode.Warning,
686
};
687
}
688
else
0 commit comments