forked from M-Labs/artiq
protocols/logging: revert debug hack that was incorrectly committed
This commit is contained in:
parent
ec02bea054
commit
a58e41684b
|
@ -61,7 +61,7 @@ class Server(AsyncioServer):
|
||||||
return
|
return
|
||||||
line = line[:-1]
|
line = line[:-1]
|
||||||
linesplit = line.split(":", 3)
|
linesplit = line.split(":", 3)
|
||||||
if len(linesplit) != 2:
|
if len(linesplit) != 4:
|
||||||
logger.warning("received improperly formatted message, "
|
logger.warning("received improperly formatted message, "
|
||||||
"dropping connection")
|
"dropping connection")
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue