summaryrefslogtreecommitdiff
path: root/jstests/repl
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-04-24 17:29:29 -0700
committerAaron <aaron@10gen.com>2012-04-24 19:56:28 -0700
commit282ef9960c66dc41c116a5f3bfdfc1c524910be8 (patch)
treeec320f75d9acf25cee96f776616ba698693f327b /jstests/repl
parent0819049f2c54a174b843e34d5927c16132288680 (diff)
downloadmongo-282ef9960c66dc41c116a5f3bfdfc1c524910be8.tar.gz
Make repl13 debug option more clear.
Diffstat (limited to 'jstests/repl')
-rw-r--r--jstests/repl/repl13.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/repl/repl13.js b/jstests/repl/repl13.js
index 460e5a8fdde..119b03c7d80 100644
--- a/jstests/repl/repl13.js
+++ b/jstests/repl/repl13.js
@@ -1,7 +1,7 @@
// Test update modifier uassert during initial sync. SERVER-4781
function debug( x ) {
- if ( 0 ) {
+ if ( debuggingEnabled = false ) {
printjson( x );
}
}