mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
7e3c807c0d
commit
b8a22bb67a
@ -125,7 +125,7 @@ public:
|
||||
catch (...) { // NOSONAR
|
||||
// we don't need to handle all exceptions, the engine's BISON parser
|
||||
// does not allow other symbols than numbers
|
||||
set_error(errmsg, "An unknown error occurred while parsed the value.");
|
||||
set_error(errmsg, "An unknown error occurred while parsing number.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user