This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix-typo
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 1935d34cf79185cfbee1d944e334825ab8198020
Author: Wu Sheng <[email protected]>
AuthorDate: Fri Jul 26 14:57:27 2019 +0800

    wrong refactor.
---
 .../src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
 
b/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
index 550517b..98b3b53 100644
--- 
a/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
+++ 
b/apm-sniffer/apm-agent/src/main/java/org/apache/skywalking/apm/agent/SkyWalkingAgent.java
@@ -143,7 +143,7 @@ public class SkyWalkingAgent {
                     }
                 }
                 if (context.isEnhanced()) {
-                    logger.debug("Finish the loadHighPriorityClass stage for 
{}.", typeDescription.getName());
+                    logger.debug("Finish the prepare stage for {}.", 
typeDescription.getName());
                 }
 
                 return newBuilder;

Reply via email to