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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ef3cb7  wrong refactor. (#3169)
8ef3cb7 is described below

commit 8ef3cb7159d91958c3869d5dfab7581c36c45ce3
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Fri Jul 26 15:23:26 2019 +0800

    wrong refactor. (#3169)
---
 .../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