PragmaTwice commented on code in PR #2894:
URL: https://github.com/apache/kvrocks/pull/2894#discussion_r2053232216
##########
src/cluster/replication.cc:
##########
@@ -84,12 +84,12 @@ Status FeedSlaveThread::Start() {
void FeedSlaveThread::Stop() {
stop_ = true;
- LOG(WARNING) << "Slave thread was terminated, would stop feeding the slave:
" << conn_->GetAddr();
+ warn("Slave thread was terminated, would stop feeding the slave: {}",
conn_->GetAddr);
Review Comment:
```suggestion
warn("Slave thread was terminated, would stop feeding the slave: {}",
conn_->GetAddr());
```
Hmm...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]