diff --git a/src/storage/v2/replication/replication_client.cpp b/src/storage/v2/replication/replication_client.cpp index c55d68b75..28afb9e12 100644 --- a/src/storage/v2/replication/replication_client.cpp +++ b/src/storage/v2/replication/replication_client.cpp @@ -109,9 +109,11 @@ void Storage::ReplicationClient::InitializeClient() { } if (branching_point) { spdlog::error( - "Replica {} cannot be used with this instance. Please start a clean " - "instance of Memgraph server on the specified endpoint.", - name_); + "You cannot register Replica {} to this Main because at one point " + "Replica {} acted as the Main instance. Both the Main and Replica {} " + "now hold unique data. Please resolve data conflicts and start the " + "replication on a clean instance.", + name_, name_, name_); return; }