Skip to content

Commit

Permalink
Update replication.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored Mar 12, 2024
1 parent c6ac8e4 commit b1deea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster/replication.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Status FeedSlaveThread::Start() {

void FeedSlaveThread::Stop() {
stop_ = true;
LOG(WARNING) << "Slave thread was terminated, would stop feeding the slave: " << conn_->GetAddr();
LOG(WARNING) << "Slave thread thread was terminated, would stop feeding the slave: " << conn_->GetAddr();
}

void FeedSlaveThread::Join() {
Expand Down

0 comments on commit b1deea5

Please sign in to comment.