Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed May 28, 2023
1 parent a90237d commit b9dffa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public Integer call() throws Exception {
}
}
if (result != null && result.equals(PipeMessages.OK_RESULT)) {
logger.info("Command success: {}" + commandText);
logger.info("Command success: {}", commandText);
client.close();
return CommandLine.ExitCode.OK;
} else {
Expand Down

0 comments on commit b9dffa4

Please sign in to comment.