A few logging changes.

This commit is contained in:
Adam Ierymenko 2013-09-11 16:32:53 -04:00
parent 75471ee0e0
commit 0e62857841
2 changed files with 1 additions and 4 deletions

View file

@ -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();