Skip to content

Commit 5c8a6dd

Browse files
authored
Merge pull request #59 from yma96/1.1.x
Update archive download log
2 parents d627de5 + 3b4cbc4 commit 5c8a6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/commonjava/indy/service/archive/controller/ArchiveController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ private void downloadArtifacts( final Map<String, HistoricalEntryDTO> entryDTOs,
414414
}
415415
// file the latest tracked json at the end
416416
fileTrackedContent( contentBuildDir, content );
417-
logger.info( "Artifacts download completed, success:{}, failed:{}", success, failed );
417+
logger.info( "Artifacts download completed, buildConfigId:{}, success:{}, failed:{}", buildConfigId, success, failed );
418418
}
419419

420420
private Optional<File> generateArchive( final List<String> paths, final HistoricalContentDTO content )

0 commit comments

Comments
 (0)