minor fix
This commit is contained in:
parent
8e02b4e9b4
commit
78dd5035d7
|
@ -543,7 +543,7 @@ module Mongo
|
||||||
else
|
else
|
||||||
raise Mongo::OperationFailure, "Failure to continue iterating " +
|
raise Mongo::OperationFailure, "Failure to continue iterating " +
|
||||||
"cursor because the the replica set member persisting this " +
|
"cursor because the the replica set member persisting this " +
|
||||||
" cursor cannot be found."
|
"cursor at #{@read_pool.host_string} cannot be found."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,6 @@ module Mongo
|
||||||
warn "IOError when attempting to close socket connected to #{@host}:#{@port}: #{ex.inspect}"
|
warn "IOError when attempting to close socket connected to #{@host}:#{@port}: #{ex.inspect}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@host = @port = nil
|
|
||||||
@sockets.clear
|
@sockets.clear
|
||||||
@pids.clear
|
@pids.clear
|
||||||
@checked_out.clear
|
@checked_out.clear
|
||||||
|
|
Loading…
Reference in New Issue