diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-07 14:06:40 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-07 14:06:40 -0800 |
| commit | cdc289fa9c5d7d19990c14946ede5f3642e235d2 (patch) | |
| tree | 03e5fe4e4f0ee71bf5f26e786cc2e33c3b5c72be /node/IncomingPacket.cpp | |
| parent | 672f17c6e9ae981a70c51fdd62882e4847c5b6ba (diff) | |
| download | infinitytier-cdc289fa9c5d7d19990c14946ede5f3642e235d2.tar.gz infinitytier-cdc289fa9c5d7d19990c14946ede5f3642e235d2.zip | |
Tags work.
Diffstat (limited to 'node/IncomingPacket.cpp')
| -rw-r--r-- | node/IncomingPacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index ddf93244..02d6a140 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -78,7 +78,7 @@ bool IncomingPacket::tryDecode(const RuntimeEnvironment *RR) } if (!uncompress()) { - TRACE("dropped packet from %s(%s), compressed data invalid",sourceAddress.toString().c_str(),_path->address().toString().c_str()); + TRACE("dropped packet from %s(%s), compressed data invalid (verb may be %u)",sourceAddress.toString().c_str(),_path->address().toString().c_str(),(unsigned int)verb()); return true; } |
