mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Fix debug log output
This commit is contained in:
parent
993900aa77
commit
0829b186b7
2 changed files with 2 additions and 2 deletions
|
@ -2308,7 +2308,7 @@ namespace transport
|
|||
void SSU2Session::HandleI2NPMsg (std::shared_ptr<I2NPMessage>&& msg)
|
||||
{
|
||||
if (!msg) return;
|
||||
int32_t msgID = msg->GetMsgID ();
|
||||
uint32_t msgID = msg->GetMsgID ();
|
||||
if (!msg->IsExpired ())
|
||||
{
|
||||
// m_LastActivityTimestamp is updated in ProcessData before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue