Skip to content

Commit 2701270

Browse files
committed
Update logging to include repo path
1 parent 359a7c5 commit 2701270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/io/snyk/plugins/artifactory/scanner/ScannerModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private Instant getLastModifiedDate(RepoPath repoPath) {
129129
if(lastModifiedDateRemoteOnly()) {
130130
LOG.debug("Last modified date applied to only remote repositories.");
131131
if (!isRemoteRepository(repoPath)) {
132-
LOG.debug("Repository provided is not a remote repository, skipping last modified date check.");
132+
LOG.debug("Provided repository is not a remote repository, skipping last modified date check for {}", repoPath);
133133
return null;
134134
}
135135
}

0 commit comments

Comments
 (0)