From 2a1cbe5f8a47ece0e7f2c9868dc3dba51238744b Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 29 Dec 2019 00:49:23 +0100 Subject: [PATCH] Log right URI for temporaray redirects. --- src/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document.cpp b/src/document.cpp index 5f40068..a5998d9 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -108,7 +108,7 @@ void Document::download(const string &uri, const bool temp_redirect) } BOOST_LOG_TRIVIAL(debug) << "Feed has new location (temporary): " - << _profiledata.feedurl; + << newuri; download(newuri, true); break; }