From 3b352472dcbc143cf0f57f36d8f208d9a01fdb98 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Mon, 19 Jun 2023 09:45:27 -0400 Subject: [PATCH] Log "other" TTY Response --- src/tty.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tty.rs b/src/tty.rs index c03ad17..8fcf571 100755 --- a/src/tty.rs +++ b/src/tty.rs @@ -172,6 +172,7 @@ impl TTY{ } } } + log::warn!("Unable to determine response. Response string is: [{:?}]",read_line); return Response::Other; } else {