From b4ce5b641c65a8120a5f29591e6735d0599e112c Mon Sep 17 00:00:00 2001 From: Xjph Date: Thu, 18 Nov 2021 08:29:12 -0330 Subject: [PATCH] Error clarity Make more clear that the error is happening during the criteria file read, not while processing scans. --- ObservatoryExplorer/Explorer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObservatoryExplorer/Explorer.cs b/ObservatoryExplorer/Explorer.cs index 7fbf474..ba5a572 100644 --- a/ObservatoryExplorer/Explorer.cs +++ b/ObservatoryExplorer/Explorer.cs @@ -130,7 +130,7 @@ namespace Observatory.Explorer { var exceptionResult = new ExplorerUIResults() { - BodyName = "Custom Criteria Processing Error", + BodyName = "Error Reading Custom Criteria File", Time = DateTime.Now.ToString("G"), Description = e.Message, Details = e.OriginalScript