diff --git a/joylive-bootstrap/joylive-bootstrap-premain/src/main/java/com/jd/live/agent/bootstrap/LiveAgent.java b/joylive-bootstrap/joylive-bootstrap-premain/src/main/java/com/jd/live/agent/bootstrap/LiveAgent.java index 1fc7ad07..e1caa50e 100644 --- a/joylive-bootstrap/joylive-bootstrap-premain/src/main/java/com/jd/live/agent/bootstrap/LiveAgent.java +++ b/joylive-bootstrap/joylive-bootstrap-premain/src/main/java/com/jd/live/agent/bootstrap/LiveAgent.java @@ -135,9 +135,10 @@ private static synchronized void launch(String arguments, Instrumentation instru return; } else { logger.log(Level.INFO, "[LiveAgent] main class " + ctx.mainClass - + "\nif you do not want to enhance this application," - + "you can append this main class to \"agent.enhance.excludeApp\" in " - + new File(ctx.configDir, "bootstrap.properties")); + + "\nif you do not want to enhance this application, " + + "\nyou can append this main class to \"agent.enhance.excludeApp\" in " + + new File(ctx.configDir, "bootstrap.properties") + + "\nor contact you administrator to update the default value."); } // Load system libraries and set up the class loader.