mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-07 15:36:23 +00:00
Core: fix typo in commented logging code
This commit is contained in:
parent
db362a0ea3
commit
d6d2553c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ namespace TLSharp.Core.Network
|
|||
}
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue