https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41707
--- Comment #11 from Kyle M Hall (khall) <[email protected]> --- Created attachment 202533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202533&action=edit Bug 41707: (QA follow-up) Log the actual error when the telnet login dies The catch below the telnet login eval assumes any error is a timeout, logging the fixed string "Login timed out" and discarding the real error text. A fatal error thrown during the login, such as a lost database connection inside login_core, was only visible as a bogus timeout message. This patch logs the actual error when it isn't the login timeout, matching what sip_protocol_loop and process_request do. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
