Skip to content

Commit

Permalink
Replaces sysout with logger statement
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Sep 28, 2023
1 parent d743bd1 commit 184b7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public InitializeExtensionSecurityResponse read(StreamInput in) throws IOExcepti

@Override
public void handleResponse(InitializeExtensionSecurityResponse response) {
System.out.println("Registered security settings for " + response.getName());
logger.info("Registered security settings for " + response.getName());
inProgressFuture.complete(response);
}

Expand Down

0 comments on commit 184b7c4

Please sign in to comment.