Skip to content

Commit

Permalink
protocols/logging: revert debug hack that was incorrectly committed
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 21, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nomadium Miguel Landaeta
1 parent ec02bea commit a58e416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/protocols/logging.py
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ async def _handle_connection_cr(self, reader, writer):
return
line = line[:-1]
linesplit = line.split(":", 3)
if len(linesplit) != 2:
if len(linesplit) != 4:
logger.warning("received improperly formatted message, "
"dropping connection")
return

0 comments on commit a58e416

Please sign in to comment.