Actions
Feature #1842
closedImprove error reporting of invalid reqs in rulesets
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Server
Target version:
-
Start date:
12/26/2025
Due date:
% Done:
0%
Estimated time:
Description
When loading a ruleset finds an invalid req it calls ruleset_error() and shows an error message -
"has invalid or unknown req: [type] [name]"
When the problem is an invalid range, this is not as useful as it could be. If debug level is ERROR then a better detailed message is shown, but that's not the default setting.
Files
Actions
#1
Updated by Dean Brown 5 days ago
- File 1842_Main.patch 1842_Main.patch added
- File 1842_S3_3.patch 1842_S3_3.patch added
- File 1842.patch added
Updated by Marko Lindqvist 5 days ago
Dean Brown wrote:
If debug level is ERROR then a better detailed message is shown, but that's not the default setting.
Umh, ERROR is such a high level that those messages are shown almost always (only if the debug level would be FATAL, they would not)
Updated by Dean Brown 5 days ago
- Status changed from New to Closed
My bad - I must have noticed only the last error message and missed that you get 2 error messages. Closing this as invalid.
Actions