mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: regression test failures (#2226)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
b853b2ab00
commit
0c5bb7b894
10 changed files with 18 additions and 18 deletions
|
@ -37,7 +37,7 @@ ServerState::Stats& ServerState::Stats::operator+=(const ServerState::Stats& oth
|
|||
void MonitorsRepo::Add(facade::Connection* connection) {
|
||||
VLOG(1) << "register connection "
|
||||
<< " at address 0x" << std::hex << (const void*)connection << " for thread "
|
||||
<< util::ProactorBase::GetIndex();
|
||||
<< util::ProactorBase::me()->GetPoolIndex();
|
||||
|
||||
monitors_.push_back(connection);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue