minor: logger bug fix (bernerdschaefer)
This commit is contained in:
parent
969ec6f644
commit
e3c1b1eafe
|
@ -604,7 +604,9 @@ module Mongo
|
||||||
@nodes_tried << node
|
@nodes_tried << node
|
||||||
if config
|
if config
|
||||||
update_node_list(config['hosts']) if config['hosts']
|
update_node_list(config['hosts']) if config['hosts']
|
||||||
@logger.warn(config['msg']) if config['msg']
|
if @logger
|
||||||
|
@logger.warn(config['msg']) if config['msg']
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
socket.close if socket
|
socket.close if socket
|
||||||
|
|
Loading…
Reference in New Issue