mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Core: fix typo in commented logging code
This commit is contained in:
parent
60a3c62357
commit
6ce4eceaca
|
|
@ -510,7 +510,7 @@ namespace TLSharp.Core.Network
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
// logger.error("failed to process message in contailer: {0}", e);
|
// logger.error("failed to process message in container: {0}", e);
|
||||||
messageReader.BaseStream.Position = beginPosition + innerLength;
|
messageReader.BaseStream.Position = beginPosition + innerLength;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue