Index: components/ntp_snippets/ntp_snippets_fetcher.cc |
diff --git a/components/ntp_snippets/ntp_snippets_fetcher.cc b/components/ntp_snippets/ntp_snippets_fetcher.cc |
index c0018e7d816ad650ff06f25bdf664b5b64034e2e..3d2be074113e812ab53a0d8824a2c5e8ed347e6a 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
@@ -596,6 +596,7 @@ void NTPSnippetsFetcher::FetchFinished(OptionalSnippets snippets, |
static_cast<int>(result), |
static_cast<int>(FetchResult::RESULT_MAX)); |
+ DVLOG(1) << "Fetch finished: " << last_status_; |
if (!snippets_available_callback_.is_null()) |
snippets_available_callback_.Run(std::move(snippets)); |
} |