Skip to content

Commit

Permalink
Changed log message.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed Oct 25, 2024
1 parent ef9edf8 commit 3ebd48e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void initFeedIndex(String feedIndexName, ActionListener<CreateIndexRespo
},
e -> {
if (e instanceof ResourceAlreadyExistsException || (e instanceof RemoteTransportException && e.getCause() instanceof ResourceAlreadyExistsException)) {
log.debug("index {} already exist", iocIndexMapping());
log.debug("index {} already exist", feedIndexName);
listener.onResponse(null);
return;
}
Expand Down

0 comments on commit 3ebd48e

Please sign in to comment.