corrected logging

This commit is contained in:
Chuck SmileyRekiere
2020-09-29 14:11:16 -06:00
parent b64e3e4452
commit 35047536b8

View File

@@ -1029,10 +1029,10 @@ def main():
logg.info("9800 did not send logout at end of command processing this could tie up the connection")
if( scheme == "telnet"):
egg.sendline("\x1b\r")
logg.info("send escape to exit connection")
sleep(0.2)
logg.info("send close to the egg child process")
egg.close(force = True)
logg.info("send escape to exit connection")
# 3504
else:
if (command is None ):