Add file name
This commit is contained in:
parent
777d93f696
commit
9219e77ebc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue