Don't output access token in debug log.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eab7280ad3
commit
26b3d56fdf
|
@ -170,8 +170,7 @@ proxy support yet, sorry.
|
|||
|
||||
== DEBUGGING
|
||||
|
||||
Define the variable `MASTORSS_DEBUG` to enable debug output. The output will
|
||||
contain the access token, so be careful if you share it.
|
||||
Define the variable `MASTORSS_DEBUG` to enable debug output.
|
||||
|
||||
.Debug mastorss while using the profile “example”.
|
||||
================================================================================
|
||||
|
|
|
@ -41,8 +41,7 @@ using std::move;
|
|||
|
||||
std::ostream &operator <<(std::ostream &out, const ProfileData &data)
|
||||
{
|
||||
out << "access_token: \"" << data.access_token << "\", "
|
||||
<< "append: \"" << data.append << "\", "
|
||||
out << "append: \"" << data.append << "\", "
|
||||
<< "feedurl: \"" << data.feedurl << "\", "
|
||||
<< "fixes: [";
|
||||
for (const auto &fix : data.fixes)
|
||||
|
|
Loading…
Reference in New Issue
Block a user