aboutsummaryrefslogtreecommitdiff
path: root/kamon-core
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2016-02-07 23:54:43 -0300
committerDiego <diegolparra@gmail.com>2016-02-07 23:54:43 -0300
commit783464d24f8e5a1877fc893eb991d0842c8128d7 (patch)
treec8133f25f2cb76e31c350517066c5bf339c2e740 /kamon-core
parentc90bb9467628f841040003d55f20969abd79958f (diff)
downloadKamon-783464d24f8e5a1877fc893eb991d0842c8128d7.tar.gz
Kamon-783464d24f8e5a1877fc893eb991d0842c8128d7.tar.bz2
Kamon-783464d24f8e5a1877fc893eb991d0842c8128d7.zip
= kamon-autoweave: refactor in order to load the com.sun.tools.attach.VirtualMachine from tools.jar
Diffstat (limited to 'kamon-core')
-rw-r--r--kamon-core/src/main/scala/kamon/Kamon.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/scala/kamon/Kamon.scala b/kamon-core/src/main/scala/kamon/Kamon.scala
index e659c4dc..b5ea0c28 100644
--- a/kamon-core/src/main/scala/kamon/Kamon.scala
+++ b/kamon-core/src/main/scala/kamon/Kamon.scala
@@ -67,7 +67,7 @@ object Kamon {
case Success(_) ⇒
log.info(color("Kamon-autoweave has been successfully loaded."))
log.info(color("The AspectJ loadtime weaving agent is now attached to the JVM (you don't need to use -javaagent)."))
- case Failure(reason) ⇒ log.info(s"Kamon-autoweave failed to load. Reason: we have not found the ${reason.getMessage} class in the classpath.")
+ case Failure(reason) ⇒ log.debug(s"Kamon-autoweave failed to load. Reason: we have not found the ${reason.getMessage} class in the classpath.")
}
}