From 9219e77ebc413ded4e8fbc849e2500932647f4f8 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 29 Dec 2020 10:36:20 +0200 Subject: [PATCH] Add file name --- OsmAnd/src/net/osmand/plus/download/DownloadResources.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java index c8951b29f7..648d3d3a00 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java @@ -236,7 +236,7 @@ public class DownloadResources extends DownloadResourceGroup { String sfName = item.getTargetFileName(); String indexActivatedDate = indexActivatedFileNames.get(sfName); String indexFilesDate = indexFileNames.get(sfName); - LOG.info("timestamp " + item.timestamp + " localTimestamp " + item.localTimestamp + " date " + date + LOG.info("name " + item.getFileName() + " timestamp " + item.timestamp + " localTimestamp " + item.localTimestamp + " date " + date + " indexActivatedDate " + indexActivatedDate + " indexFilesDate " + indexFilesDate + " itemSize " + itemSize + " oldItemSize " + oldItemSize); }