summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-02-28 21:10:38 -0500
committerEliot Horowitz <eliot@10gen.com>2010-02-28 21:10:38 -0500
commit8d3801a3b721de909968335aef85a2b5ef59983a (patch)
tree57b94a88161b772d7e07d97ebc2b75b1414850b6
parentc85b784793b46c07c663223dd769de35d302185a (diff)
downloadmongo-8d3801a3b721de909968335aef85a2b5ef59983a.tar.gz
oops - forgot to commit this
-rw-r--r--shell/servers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/servers.js b/shell/servers.js
index 183cf7bb68b..648e06db14b 100644
--- a/shell/servers.js
+++ b/shell/servers.js
@@ -640,7 +640,7 @@ SyncCCTest = function( testName ){
}
this.url = this._connections.map( function(z){ return z.name; } ).join( "," );
- print( this.url );
+ this.conn = new Mongo( this.url );
}
SyncCCTest.prototype.stop = function(){