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 56ee0aeca505734085257482ea03c099790c41d0..f114f39c5994d6ce8e1998d77a9ee4177bf093ca 100644 |
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc |
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc |
@@ -615,6 +615,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)); |
} |