From 1f788b74735282dfb7938caa00f93424ca0ad821 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 21 Dec 2016 20:31:00 -0300 Subject: preparing release 0.6.4 --- kamon-core/src/main/scala/kamon/Kamon.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core/src/main') diff --git a/kamon-core/src/main/scala/kamon/Kamon.scala b/kamon-core/src/main/scala/kamon/Kamon.scala index 24b7c07c..a3a59b05 100644 --- a/kamon-core/src/main/scala/kamon/Kamon.scala +++ b/kamon-core/src/main/scala/kamon/Kamon.scala @@ -120,7 +120,7 @@ object Kamon { case Success(_) ⇒ val color = (msg: String) ⇒ s"""\u001B[32m${msg}\u001B[0m""" 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).")) + log.info(color("The AspectJ load time weaving agent is now attached to the JVM (you don't need to use -javaagent).")) log.info(color("This offers extra flexibility but obviously any classes loaded before attachment will not be woven.")) case Failure(NonFatal(reason)) ⇒ log.debug(s"Kamon-autoweave failed to load. Reason: ${reason.getMessage}.") } -- cgit v1.2.3