Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 28, 2011
1 parent 7542514 commit 51fae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dalli/client.rb
Expand Up @@ -73,7 +73,7 @@ def get_multi(*keys)
keys.flatten.each do |key|
begin
perform(:getkq, key)
rescue Dalli::DalliError => e
rescue DalliError, NetworkError => e
Dalli.logger.debug { e.message }
Dalli.logger.debug { "unable to get key #{key}" }
end
Expand Down

0 comments on commit 51fae4f

Please sign in to comment.