From 35047536b83ca8f7fe5ba1c6281aabad724a0aa8 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Tue, 29 Sep 2020 14:11:16 -0600 Subject: [PATCH] corrected logging --- cisco_wifi_ctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index f81f88b0..ff0fc170 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -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 ):