Skip to content

Commit

Permalink
Log java command more concisely
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxji committed Nov 23, 2020
1 parent 42ea365 commit 0f6dc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ private int runWithJava() {

// Start the command and wait for it to exit
try {
VerdictLogger.info("Running java: verdict-bundle-app " + String.join(" ", args));
VerdictLogger.info("Running: " + String.join(" ", args));
StopHandler.enable(this);
setFuture(executor.start().getFuture());

Expand Down

0 comments on commit 0f6dc9e

Please sign in to comment.