A few logging changes.
This commit is contained in:
parent
75471ee0e0
commit
0e62857841
2 changed files with 1 additions and 4 deletions
|
@ -178,7 +178,6 @@ void Network::setConfiguration(const Network::Config &conf)
|
|||
Mutex::Lock _l(_lock);
|
||||
try {
|
||||
if (conf.networkId() == _id) { // sanity check
|
||||
//TRACE("network %.16llx got netconf:\n%s",(unsigned long long)_id,conf.toString().c_str());
|
||||
_configuration = conf;
|
||||
_myCertificate = conf.certificateOfMembership();
|
||||
_mcRates = conf.multicastRates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue