-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STMOD_CELLULAR: improve debug print #12011
Conversation
@@ -319,6 +319,7 @@ void AT_CellularContext::set_credentials(const char *apn, const char *uname, con | |||
_apn = apn; | |||
_uname = uname; | |||
_pwd = pwd; | |||
tr_info("set_credentials APN %s USERNAME %s PASSWORD %s", _apn, _uname, _pwd); |
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.
Tracing credentials is not allowed. Please remove.
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.
done
ee8e9c0
to
00d9114
Compare
@jeromecoutant, thank you for your changes. |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Summary of change
Improve mbed_trace in STMOD CELLULAR component
Documentation
Pull request type
Test results
Reviewers
@LMESTM
Release Notes
Summary of changes
Impact of changes
Migration actions required