We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fba3d commit 7fdb36dCopy full SHA for 7fdb36d
src/main/com/mongodb/DBTCPConnector.java
@@ -308,7 +308,7 @@ void requestDone(){
308
_port = null;
309
_inRequest = false;
310
if ( _internalStack > 0 ){
311
- System.err.println( "_internalStack in requestDone should be 0" );
+ System.err.println( "_internalStack in requestDone should be 0 is: " + _internalStack );
312
_internalStack = 0;
313
}
314
0 commit comments