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 303fadf commit fbf80b6Copy full SHA for fbf80b6
jstests/replsets/already_checked_out_session.js
@@ -28,6 +28,7 @@
28
}));
29
return {ok: 1};
30
} catch (e) {
31
+ print("doInsertWithSession failed with " + e.toString());
32
return {ok: 0, error: e.toString(), stack: e.stack};
33
}
34
0 commit comments