Skip to content

Commit

Permalink
addressing copy and paste error (#2678)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Manning <cmanning09@users.noreply.github.com>
  • Loading branch information
cmanning09 committed May 15, 2023
1 parent 191ede2 commit abce720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public void execute(final AccumulatingBulkRequest bulkRequest) throws Interrupte
try {
Thread.sleep(delayMillis);
} catch (final InterruptedException e){
LOG.error("Thread is interrupted while polling SQS with retry.", e);
LOG.error("Thread is interrupted while attempting to bulk write to OpenSearch with retry.", e);
}
}
} while (operationResponse != null);
Expand Down

0 comments on commit abce720

Please sign in to comment.