Indent logged headers.
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
e0c49c4702
commit
0e61a876bc
|
@ -78,7 +78,8 @@ void Document::download(const string &uri, const bool temp_redirect)
|
||||||
BOOST_LOG_TRIVIAL(debug) << "Got Headers:";
|
BOOST_LOG_TRIVIAL(debug) << "Got Headers:";
|
||||||
for (const auto &header : response.headers)
|
for (const auto &header : response.headers)
|
||||||
{
|
{
|
||||||
BOOST_LOG_TRIVIAL(debug) << header.first << ": " << header.second;
|
BOOST_LOG_TRIVIAL(debug)
|
||||||
|
<< " " << header.first << ": " << header.second;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (response.code)
|
switch (response.code)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user