Browse Source

* log message fix

pull/317/head
hagen 9 years ago
parent
commit
f3bee5ff3f
  1. 2
      I2NPProtocol.cpp

2
I2NPProtocol.cpp

@ -516,7 +516,7 @@ namespace i2p
if (msg) if (msg)
{ {
uint8_t typeID = msg->GetTypeID (); uint8_t typeID = msg->GetTypeID ();
LogPrint (eLogDebug, "I2NP: Got message with type ", (int)typeID); LogPrint (eLogDebug, "I2NP: Handling message with type ", (int)typeID);
switch (typeID) switch (typeID)
{ {
case eI2NPTunnelData: case eI2NPTunnelData:

Loading…
Cancel
Save