Skip to content

Commit

Permalink
re-enabling rescue in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Riccomini authored and acrosa committed Jul 19, 2010
1 parent 5f582df commit 35438ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/connection/connection.rb
Expand Up @@ -47,8 +47,8 @@ def bootstrap
self.value_serializer_schemas = parse_schema_from(stores_xml, 'value-serializer')

self.connect_to_random_node
# rescue StandardError => e
# raise("There was an error trying to bootstrap from the specified servers: #{e}")
rescue StandardError => e
raise("There was an error trying to bootstrap from the specified servers: #{e}")
end

def connect_to_random_node
Expand Down

0 comments on commit 35438ad

Please sign in to comment.