Skip to content

Commit 2f14341

Browse files
committed
Fixed inconsistent reporting of missing Falcon Keyfile
1 parent 8f6905b commit 2f14341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeliosFalcon/Interfaces/FalconInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ private IEnumerable<StatusReportItem> GenerateCommonStatusItems()
682682
Status =
683683
$"The key file configured in this profile does not exist at the path specified '{KeyFileName}'",
684684
Recommendation = "Configure this interface with a valid key file",
685-
Severity = StatusReportItem.SeverityCode.Error,
685+
Severity = StatusReportItem.SeverityCode.Warning,
686686
};
687687
}
688688
else

0 commit comments

Comments
 (0)