Log "other" TTY Response
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m12s
Basic Cargo Checks / docker-build (push) Successful in 4m54s

This commit is contained in:
Blizzard Finnegan 2023-06-19 09:45:27 -04:00
parent 24e742e0a2
commit 3b352472dc
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -172,6 +172,7 @@ impl TTY{
}
}
}
log::warn!("Unable to determine response. Response string is: [{:?}]",read_line);
return Response::Other;
}
else {