.
This commit is contained in:
parent
8c6b833fb3
commit
66feaeb519
2 changed files with 2 additions and 1 deletions
|
@ -1183,7 +1183,7 @@ void EmbeddedNetworkController::threadMain()
|
|||
auto ms = this->_memberStatus.find(_MemberStatusKey(networkId,nodeId));
|
||||
if (ms != _memberStatus.end())
|
||||
lrt = ms->second.lastRequestTime;
|
||||
OSUtils::ztsnprintf(tmp,sizeof(tmp),"%s\"%.16llx\",%llu,%llu",
|
||||
OSUtils::ztsnprintf(tmp,sizeof(tmp),"%s\"%.16llx\",\"%.10llx\",%llu",
|
||||
(first) ? "" : ",",
|
||||
(unsigned long long)networkId,
|
||||
(unsigned long long)nodeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue