mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[core] Improve downloader logging
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
fdbb41e0fd
commit
2e60bfc289
@@ -318,7 +318,10 @@ public:
|
||||
size <= static_cast<uint64_t>(fileSize))
|
||||
openMode = FileWriter::OP_WRITE_EXISTING;
|
||||
else
|
||||
{
|
||||
LOG(LWARNING, ("Incomplete file size is bigger than expected, re-downloading."));
|
||||
m_strategy.InitChunks(fileSize, chunkSize);
|
||||
}
|
||||
}
|
||||
|
||||
// Create file and reserve needed size.
|
||||
|
||||
Reference in New Issue
Block a user