Fix logging
This commit is contained in:
parent
cf90b839d2
commit
470ddac5fb
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue