mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* tune logs
This commit is contained in:
parent
cd549937c5
commit
05043f30dc
11 changed files with 70 additions and 73 deletions
|
@ -226,7 +226,7 @@ namespace tunnel
|
|||
void TunnelEndpoint::HandleNextMessage (const TunnelMessageBlock& msg)
|
||||
{
|
||||
auto typeID = msg.data->GetTypeID ();
|
||||
LogPrint (eLogInfo, "TunnelMessage: handle fragment of ", msg.data->GetLength ()," bytes. Msg type ", (int)typeID);
|
||||
LogPrint (eLogDebug, "TunnelMessage: handle fragment of ", msg.data->GetLength (), " bytes, msg type ", (int)typeID);
|
||||
switch (msg.deliveryType)
|
||||
{
|
||||
case eDeliveryTypeLocal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue