diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-17 13:52:55 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-06-17 13:52:55 -0700 |
| commit | 2162a419e376ae20e208722f7f196f90794e51b4 (patch) | |
| tree | cbb265f543abaa508ea22ff85b2de5901cbeec14 /node/PacketDecoder.cpp | |
| parent | f15271f31ff4fa8f349e73604cdc57b1cea9e40e (diff) | |
| download | infinitytier-2162a419e376ae20e208722f7f196f90794e51b4.tar.gz infinitytier-2162a419e376ae20e208722f7f196f90794e51b4.zip | |
Some logging fixes.
Diffstat (limited to 'node/PacketDecoder.cpp')
| -rw-r--r-- | node/PacketDecoder.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 9248fe32..32bcc0f5 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -536,7 +536,6 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared const unsigned int signatureLen = at<uint16_t>(ZT_PROTO_VERB_MULTICAST_FRAME_IDX_FRAME + frameLen); const unsigned char *const signature = field(ZT_PROTO_VERB_MULTICAST_FRAME_IDX_FRAME + frameLen + 2,signatureLen); - /* TRACE("MULTICAST_FRAME @%.16llx #%.16llx from %s<%s> via %s(%s) to %s [ %s, %d bytes, depth %d ]", (unsigned long long)nwid, (unsigned long long)guid, @@ -546,7 +545,6 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared Switch::etherTypeName(etherType), (int)frameLen, (int)depth); - */ SharedPtr<Network> network(_r->nc->network(nwid)); |
