Fix logging

This commit is contained in:
renaudboutet 2017-06-01 15:12:34 +02:00
parent cf90b839d2
commit 470ddac5fb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class JarVersionsChecker {
if(key!=null){ if(key!=null){
potentialIssues.add(key); potentialIssues.add(key);
} }
log.log(Level.WARNING, "DD agent: The JAR {} as been found in the classpath. It may create some intrumentation issue, some rules are about to get disabled.",jarName); log.log(Level.WARNING, "DD agent: The JAR {0} has been found in the classpath. It may create some intrumentation issue, some rules are about to get disabled.",jarName);
} }
} }
} }