mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 18:19:36 +00:00
Guard the message logging too
This commit is contained in:
@@ -156,8 +156,8 @@ class DictProtocol(asyncio.Protocol):
|
||||
return await self.reply(b"O", transaction_id)
|
||||
|
||||
async def reply(self, command, *args):
|
||||
logging.debug("Replying {} with {}".format(command, args))
|
||||
async with self.transport_lock:
|
||||
logging.debug("Replying {} with {}".format(command, args))
|
||||
self.transport.write(command)
|
||||
self.transport.write(b"\t".join(map(tabescape, args)))
|
||||
if end:
|
||||
|
||||
Reference in New Issue
Block a user