Skip to content

Commit 7fdb36d

Browse files
committed
debuging
1 parent a7fba3d commit 7fdb36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/mongodb/DBTCPConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ void requestDone(){
308308
_port = null;
309309
_inRequest = false;
310310
if ( _internalStack > 0 ){
311-
System.err.println( "_internalStack in requestDone should be 0" );
311+
System.err.println( "_internalStack in requestDone should be 0 is: " + _internalStack );
312312
_internalStack = 0;
313313
}
314314
}

0 commit comments

Comments
 (0)