ident fix

This commit is contained in:
xcps 2016-02-23 09:48:46 +05:00
parent e45cfe7d0c
commit a26dc39a6d

View File

@ -268,6 +268,7 @@ namespace client
m_OutPacket << line << '\n';
}
}
LogPrint (eLogError, m_OutPacket.str ().substr (0, m_OutPacket.str ().length ()));
I2PTunnelConnection::Write ((uint8_t *)m_OutPacket.str ().c_str (), m_OutPacket.str ().length ());
}