[유치수] [NOBTS] 로그메시지 수정. profile.enable

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1323 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Chisu Yu
2013-03-12 02:57:55 +00:00
parent 437d32e07f
commit 2ec3c54051
@@ -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);