-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CommonClient: fix json prints not being logged in UI mode #2253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, didn't find time to actually run it this morning. I'll test it tonight, but |
I have not tested that yet either. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When doing a bad /connect
, I see OSError: Multiple exceptions: [Errno 111] Connect call failed ('::1', 1234, 0, 0), [Errno 111] Connect call failed ('127.0.0.1', 1234)
in the log and terminal, and a MessageBox in the GUI, so that should be fine.
What is this fixing or adding?
fix json prints not being logged in UI mode
How was this tested?
quickly
If this makes graphical changes, please attach screenshots.