Error clarity
Make more clear that the error is happening during the criteria file read, not while processing scans.
This commit is contained in:
parent
e5e6569aa0
commit
b4ce5b641c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue