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
|
== DEBUGGING
|
||||||
|
|
||||||
Define the variable `MASTORSS_DEBUG` to enable debug output. The output will
|
Define the variable `MASTORSS_DEBUG` to enable debug output.
|
||||||
contain the access token, so be careful if you share it.
|
|
||||||
|
|
||||||
.Debug mastorss while using the profile “example”.
|
.Debug mastorss while using the profile “example”.
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
|
@ -41,8 +41,7 @@ using std::move;
|
||||||
|
|
||||||
std::ostream &operator <<(std::ostream &out, const ProfileData &data)
|
std::ostream &operator <<(std::ostream &out, const ProfileData &data)
|
||||||
{
|
{
|
||||||
out << "access_token: \"" << data.access_token << "\", "
|
out << "append: \"" << data.append << "\", "
|
||||||
<< "append: \"" << data.append << "\", "
|
|
||||||
<< "feedurl: \"" << data.feedurl << "\", "
|
<< "feedurl: \"" << data.feedurl << "\", "
|
||||||
<< "fixes: [";
|
<< "fixes: [";
|
||||||
for (const auto &fix : data.fixes)
|
for (const auto &fix : data.fixes)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user