diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-11 16:49:01 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-09-11 16:49:01 -0400 |
| commit | 553002e9d8de04377b823b8c58bb751e235f3c4f (patch) | |
| tree | 7ed3e59d47986b24dc41263ad925fca594a7913b /node | |
| parent | 0e62857841d03ac012a255ea03f08509c550f3d5 (diff) | |
| download | infinitytier-553002e9d8de04377b823b8c58bb751e235f3c4f.tar.gz infinitytier-553002e9d8de04377b823b8c58bb751e235f3c4f.zip | |
Reduce log noise, change to TRACE.
Diffstat (limited to 'node')
| -rw-r--r-- | node/PacketDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 9d8f0cd8..13937a52 100644 --- a/node/PacketDecoder.cpp +++ b/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); if (dict.length()) { 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); } } |
