wait more for tunnel creation

This commit is contained in:
orignal 2014-08-18 21:23:49 -04:00
parent fb15c72be2
commit 7995385a19
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ namespace ssu
Decrypt (buf, len, address->key);
else
{
LogPrint ("MAC verifcation failed");
LogPrint ("MAC verification failed ", len, " bytes from ", senderEndpoint);
m_Server.DeleteSession (this);
return;
}