mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
c0b0df34d2
commit
ef106f3232
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace tunnel
|
||||||
if (ret.second)
|
if (ret.second)
|
||||||
HandleOutOfSequenceFragment (msgID, ret.first->second);
|
HandleOutOfSequenceFragment (msgID, ret.first->second);
|
||||||
else
|
else
|
||||||
LogPrint (eLogError, "TunnelMessage: Incomplete message ", msgID, "already exists");
|
LogPrint (eLogError, "TunnelMessage: Incomplete message ", msgID, " already exists");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue