mirror of https://github.com/apache/archiva.git
better slf4j usage
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1387382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87ab0e7a04
commit
0221a6181d
|
@ -187,7 +187,7 @@ public class MetadataUpdaterConsumer
|
|||
}
|
||||
catch ( LayoutException e )
|
||||
{
|
||||
log.info( "Not processing path that is not an artifact: " + path + " (" + e.getMessage() + ")" );
|
||||
log.info( "Not processing path that is not an artifact: {} ({})", path, e.getMessage() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue