From 2ec3c5405118aaa9e66cc36e5d6aa85db728ca11 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Tue, 12 Mar 2013 02:57:55 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.=20profile.enable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1323 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/java/com/profiler/TomcatProfiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/profiler/TomcatProfiler.java b/src/main/java/com/profiler/TomcatProfiler.java index 829d93d18..f2ea5685f 100644 --- a/src/main/java/com/profiler/TomcatProfiler.java +++ b/src/main/java/com/profiler/TomcatProfiler.java @@ -33,7 +33,7 @@ public class TomcatProfiler implements ClassFileTransformer { ProfilerConfig profilerConfig = new ProfilerConfig(); profilerConfig.readConfigFile(); if (!profilerConfig.isProfileEnable()) { - logger.warning("Profiler Agent not started. PROFILE_ENABLE=" + profilerConfig.isProfileEnable()); + logger.warning("Profiler Agent not started. profile.enable=" + profilerConfig.isProfileEnable()); return; } Agent agent = new Agent(profilerConfig);