From aaa3007965019279812f5b1663bc5a858ea76a51 Mon Sep 17 00:00:00 2001 From: Chuck SmileyRekiere Date: Wed, 23 Sep 2020 20:11:16 -0600 Subject: [PATCH] clean up typo --- cisco_wifi_ctl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cisco_wifi_ctl.py b/cisco_wifi_ctl.py index 23b3a854..6d421a4e 100755 --- a/cisco_wifi_ctl.py +++ b/cisco_wifi_ctl.py @@ -977,12 +977,12 @@ def main(): egg.sendline("logout") break if i == 1: - logg.info("WLC# prompt received needs exit to logout") + logg.info("WLC# prompt received will send logout") try: egg.sendline("logout") sleep(0.1) except: - logg.info("9800 exception on exit") + logg.info("9800 exception on logout") sleep(0.1) break if i == 2: