This commit is contained in:
Alexander Kuzmenkov 2021-05-19 18:01:11 +03:00
parent d6e357d78c
commit 54ee3a4e48

View File

@ -1381,7 +1381,7 @@ private:
{
// Just report it, we'll terminate below.
fmt::print(stderr,
"Error while reconnecting to the server: Code: {}: {}\n",
"Error while reconnecting to the server: Code: {}: {}\n",
getCurrentExceptionCode(),
getCurrentExceptionMessage(true));