Handle the right errors

This commit is contained in:
Lonami Exo
2018-10-19 14:41:50 +02:00
parent b93b01cb02
commit 9dc4009152
3 changed files with 41 additions and 30 deletions

View File

@@ -111,6 +111,4 @@ class MessagePacker:
s.container_id = container_id
data = buffer.getvalue()
__log__.debug('Packed %d message(s) in %d bytes for sending',
len(batch), len(data))
return batch, data