Skip to content

Commit b8a22bb

Browse files
airweentheseion
andauthored
Update error message
Co-authored-by: Max Leske <[email protected]>
1 parent 7e3c807 commit b8a22bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers/modsecurity/rules_set_properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class ConfigValue {
125125
catch (...) { // NOSONAR
126126
// we don't need to handle all exceptions, the engine's BISON parser
127127
// does not allow other symbols than numbers
128-
set_error(errmsg, "An unknown error occurred while parsed the value.");
128+
set_error(errmsg, "An unknown error occurred while parsing number.");
129129
return false;
130130
}
131131

0 commit comments

Comments
 (0)