fix(server): fix prints to log (#1520)

Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
adiholden 2023-07-05 17:46:16 +03:00 committed by GitHub
parent 3c36a17ce2
commit 646f5304a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
helio

@ -1 +1 @@
Subproject commit 003cb1cc799db443e5189d5b10ee95758d547d66
Subproject commit 6cb1fed97288339e907eada0a0e30ba531de184d

View file

@ -309,7 +309,7 @@ void Replica::MainReplicationFb() {
else
ec = ConsumeRedisStream();
LOG(WARNING) << "Error full sync with " << master_context_.Description() << " " << ec << " "
LOG(WARNING) << "Error stable sync with " << master_context_.Description() << " " << ec << " "
<< ec.message();
state_mask_.fetch_and(R_ENABLED);
}