Fix error message

Fix typo in error message. Better wording.
This commit is contained in:
Eugene Konkov 2021-09-21 00:58:22 +03:00 committed by GitHub
parent b8e2dc6b3e
commit 130552330f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1964,7 +1964,7 @@ UInt64 ClusterCopier::executeQueryOnCluster(
}
catch (...)
{
LOG_WARNING(log, "Seemns like node with address {} is unreachable.", node.host_name);
LOG_WARNING(log, "It looks like node with address {} is unreachable.", node.host_name);
continue;
}