This commit is contained in:
Alexander Kuzmenkov 2020-06-20 02:04:42 +03:00
parent 96368b7d0c
commit ed935cd66b

View File

@ -371,7 +371,7 @@ private:
}
catch (...)
{
std::cerr << "An error occurred while processing the query '\n"
std::cerr << "An error occurred while processing the query '"
<< query << "'.\n";
if (!continue_on_errors)
{