Skip to content

Commit

Permalink
Idlequeuesweeper log name (#65)
Browse files Browse the repository at this point in the history
update IdleQueueSweeper log className
  • Loading branch information
adam-aws committed Feb 17, 2021
1 parent f44254a commit c105771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class IdleQueueSweeper extends SQSScheduledExecutorService implements Serializab

private static final long serialVersionUID = 27151245504960185L;

private static final Log LOG = LogFactory.getLog(AmazonSQSIdleQueueDeletingClient.class);
private static final Log LOG = LogFactory.getLog(IdleQueueSweeper.class);

private final SerializableReference<IdleQueueSweeper> thisReference;
private final Consumer<Exception> exceptionHandler;
Expand Down

0 comments on commit c105771

Please sign in to comment.