Skip to content

Commit

Permalink
Fix logger class name
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jun 24, 2014
1 parent f51b521 commit 5d9a775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
public class CassandraSplitManager
implements ConnectorSplitManager
{
private static final Logger log = Logger.get(ConnectorSplitManager.class);
private static final Logger log = Logger.get(CassandraSplitManager.class);

private final String connectorId;
private final CassandraSession cassandraSession;
Expand Down

0 comments on commit 5d9a775

Please sign in to comment.