Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Dec 18, 2024
1 parent ebc8f2e commit 06ea7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private static synchronized void launch(String arguments, Instrumentation instru
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"));
+ new File(ctx.configDir, "bootstrap.properties"));
}

// Load system libraries and set up the class loader.
Expand Down

0 comments on commit 06ea7f0

Please sign in to comment.