mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
add empty line after error messages in client
This commit is contained in:
parent
ccf332ea7e
commit
3f305cecc3
@ -931,13 +931,13 @@ private:
|
||||
}
|
||||
std::cerr << "Received exception from server (version "
|
||||
<< server_version << "):" << std::endl << "Code: "
|
||||
<< server_exception->code() << ". " << text << std::endl;
|
||||
<< server_exception->code() << ". " << text << std::endl << std::endl;
|
||||
}
|
||||
|
||||
if (client_exception)
|
||||
{
|
||||
fmt::print(stderr,
|
||||
"Error on processing query '{}':\n{}\n",
|
||||
"Error on processing query '{}':\n{}\n\n",
|
||||
full_query, client_exception->message());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user