mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix(server): fix prints to log (#1520)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
3c36a17ce2
commit
646f5304a5
2 changed files with 2 additions and 2 deletions
2
helio
2
helio
|
@ -1 +1 @@
|
|||
Subproject commit 003cb1cc799db443e5189d5b10ee95758d547d66
|
||||
Subproject commit 6cb1fed97288339e907eada0a0e30ba531de184d
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue