logs exception caught when handling a container message.

This commit is contained in:
Paulo Rogerio Panhoto 2018-03-01 14:45:25 -03:00
parent 01e61f3ea4
commit 9f25a7615e
3 changed files with 14453 additions and 2 deletions

View file

@ -573,9 +573,9 @@ namespace TLSharp.Core.Network
messageReader.BaseStream.Position = beginPosition + innerLength;
}
}
catch (Exception)
catch (Exception e)
{
// logger.error("failed to process message in contailer: {0}", e);
logger.Debug($"failed to process message in contailer: {e}");
messageReader.BaseStream.Position = beginPosition + innerLength;
}
}

View file

File diff suppressed because it is too large Load diff