Update programs/copier/ClusterCopier.cpp

This commit is contained in:
Dmitry Novik 2021-09-21 01:19:40 +03:00 committed by GitHub
parent 130552330f
commit fdd2e5d530
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, "It looks like node with address {} is unreachable.", node.host_name);
LOG_WARNING(log, "Node with address {} seems to be unreachable.", node.host_name);
continue;
}