소스 검색

Reduce log noise, change to TRACE.

Adam Ierymenko 12 년 전
부모
커밋
553002e9d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      node/PacketDecoder.cpp

+ 1 - 1
node/PacketDecoder.cpp

@@ -319,7 +319,7 @@ bool PacketDecoder::_doOK(const RuntimeEnvironment *_r,const SharedPtr<Peer> &pe
 					std::string dict((const char *)field(ZT_PROTO_VERB_NETWORK_CONFIG_REQUEST__OK__IDX_DICT,dictlen),dictlen);
 					std::string dict((const char *)field(ZT_PROTO_VERB_NETWORK_CONFIG_REQUEST__OK__IDX_DICT,dictlen),dictlen);
 					if (dict.length()) {
 					if (dict.length()) {
 						Network::Config netconf(dict);
 						Network::Config netconf(dict);
-						LOG("got network configuration for network %.16llx from %s",(unsigned long long)nw->id(),source().toString().c_str());
+						TRACE("got network configuration for network %.16llx from %s",(unsigned long long)nw->id(),source().toString().c_str());
 						nw->setConfiguration(netconf);
 						nw->setConfiguration(netconf);
 					}
 					}
 				}
 				}