mirror of https://github.com/apache/maven.git
o Extended debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@814379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e66e2cf2f7
commit
2ff0a41fa8
|
@ -82,7 +82,7 @@ public class DefaultRepositoryMetadataManager
|
|||
{
|
||||
if ( getLogger().isDebugEnabled() )
|
||||
{
|
||||
getLogger().debug( "Resolved metadata from cache: " + metadata );
|
||||
getLogger().debug( "Resolved metadata from cache: " + metadata + " @ " + cacheRecord.repository );
|
||||
}
|
||||
|
||||
metadata.setMetadata( MetadataUtils.cloneMetadata( cacheRecord.metadata ) );
|
||||
|
|
Loading…
Reference in New Issue