Indent logged headers.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-08-24 18:17:05 +02:00
parent e0c49c4702
commit 0e61a876bc
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ void Document::download(const string &uri, const bool temp_redirect)
BOOST_LOG_TRIVIAL(debug) << "Got 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)