Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'platform/chunks_download_strategy.cpp')
-rw-r--r--platform/chunks_download_strategy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/chunks_download_strategy.cpp b/platform/chunks_download_strategy.cpp
index de4b66e80c..042d94abd9 100644
--- a/platform/chunks_download_strategy.cpp
+++ b/platform/chunks_download_strategy.cpp
@@ -148,6 +148,9 @@ void ChunksDownloadStrategy::ChunkFinished(bool success, RangeT const & range)
}
else
{
+ LOG(LINFO, ("Thread for url", m_servers[s].m_url,
+ "failed to download chunk number", m_servers[s].m_chunkIndex));
+
// remove failed server and mark chunk as free
m_servers.erase(m_servers.begin() + s);
res.first->m_status = CHUNK_FREE;