0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Aaron 2009-01-29 12:02:32 -05:00
parent ef0e276f1a
commit 04e53d2dc0

View File

@ -36,7 +36,7 @@ Mongo.prototype.toString = function(){
}
connect = function( url , user , pass ){
print( "conneting to: " + url )
print( "connecting to: " + url )
if ( user && ! pass )
throw "you specified a user and not a password. either you need a password, or you're using the old connect api";