mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Remove unnecessary quoting in exception message
This commit is contained in:
parent
ed1d933e53
commit
581982739f
@ -141,7 +141,7 @@ private:
|
||||
{
|
||||
throw Exception(
|
||||
ErrorCodes::BAD_ARGUMENTS,
|
||||
"Invalid expression for function {} - Negative sizes are not allowed (\"{}\")",
|
||||
"Invalid expression for function {} - Negative sizes are not allowed ({})",
|
||||
getName(),
|
||||
base
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user