cstamas commented on code in PR #200: URL: https://github.com/apache/maven-resolver/pull/200#discussion_r990939785
########## maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource.java: ########## @@ -117,9 +109,53 @@ protected Map<String, String> performLookup( RepositorySystemSession session, catch ( IOException e ) { // unexpected, log, skip - LOGGER.warn( "Could not read provided checksum for '{}' at path '{}'", artifact, checksumPath, e ); + LOGGER.warn( "Could not read {} trusted checksum on path '{}'", artifact, checksumPath, e ); Review Comment: Is not: IOEx may happed during read -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org