Skip to content

Commit f010b18

Browse files
author
jmarkerink
committed
fix: logger class
1 parent ac36af6 commit f010b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/de/bwaldvogel/mongo/wire/MongoDatabaseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
public class MongoDatabaseHandler extends SimpleChannelInboundHandler<ClientRequest> {
2828

29-
private static final Logger log = LoggerFactory.getLogger(MongoWireProtocolHandler.class);
29+
private static final Logger log = LoggerFactory.getLogger(MongoDatabaseHandler.class);
3030

3131
private final AtomicInteger idSequence = new AtomicInteger();
3232
private final MongoBackend mongoBackend;

0 commit comments

Comments
 (0)