Core: fix typo in commented logging code

This commit is contained in:
Andres G. Aragoneses 2019-02-10 13:54:04 +01:00
parent 60a3c62357
commit 6ce4eceaca

View file

@ -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;
} }
} }