Skip to content

Commit c105771

Browse files
authored
Idlequeuesweeper log name (#65)
update IdleQueueSweeper log className
1 parent f44254a commit c105771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/services/sqs/IdleQueueSweeper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class IdleQueueSweeper extends SQSScheduledExecutorService implements Serializab
2626

2727
private static final long serialVersionUID = 27151245504960185L;
2828

29-
private static final Log LOG = LogFactory.getLog(AmazonSQSIdleQueueDeletingClient.class);
29+
private static final Log LOG = LogFactory.getLog(IdleQueueSweeper.class);
3030

3131
private final SerializableReference<IdleQueueSweeper> thisReference;
3232
private final Consumer<Exception> exceptionHandler;

0 commit comments

Comments
 (0)