Fix debug log output

This commit is contained in:
Vort 2023-02-10 01:57:43 +02:00
parent 993900aa77
commit 0829b186b7
2 changed files with 2 additions and 2 deletions

View file

@ -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