Skip to content

Commit ea80fff

Browse files
committed
Testing
1 parent 0ebef59 commit ea80fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/src/main/java/org/neo4j/driver/internal/async/pool/NettyChannelTracker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ private void decrement( Channel channel, Map<BoltServerAddress,AtomicInteger> co
177177
AtomicInteger count = countMap.get( address );
178178
if ( count == null )
179179
{
180+
System.out.println( countMap );
180181
throw new IllegalStateException( "No count exist for address '" + address + "'" );
181182
}
182183
count.decrementAndGet();

0 commit comments

Comments
 (0)