mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-31 04:44:13 +00:00
* log message fix
This commit is contained in:
parent
196d7e8f72
commit
f3bee5ff3f
@ -516,7 +516,7 @@ namespace i2p
|
||||
if (msg)
|
||||
{
|
||||
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)
|
||||
{
|
||||
case eI2NPTunnelData:
|
||||
|
Loading…
x
Reference in New Issue
Block a user