Browse Source

fixed typo

pull/473/head
orignal 8 years ago
parent
commit
ef106f3232
  1. 2
      TunnelEndpoint.cpp

2
TunnelEndpoint.cpp

@ -119,7 +119,7 @@ namespace tunnel @@ -119,7 +119,7 @@ namespace tunnel
if (ret.second)
HandleOutOfSequenceFragment (msgID, ret.first->second);
else
LogPrint (eLogError, "TunnelMessage: Incomplete message ", msgID, "already exists");
LogPrint (eLogError, "TunnelMessage: Incomplete message ", msgID, " already exists");
}
else
{

Loading…
Cancel
Save