RUBY-334 minor: move refresh logging to debug level

This commit is contained in:
Kyle Banker 2011-11-15 16:26:41 -05:00
parent 1146e5692a
commit 9aae390eec
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ module Mongo
return hard_refresh!
end
log(:info, "Checking replica set connection health...")
log(:debug, "Checking replica set connection health...")
@manager.check_connection_health
if @manager.refresh_required?