diff --git a/src/document.cpp b/src/document.cpp index e53f33b..b21bb5d 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -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)