lib/brightbox-cli/vendor/fog/lib/fog/bin/zerigo.rb in brightbox-cli-0.13.1 vs lib/brightbox-cli/vendor/fog/lib/fog/bin/zerigo.rb in brightbox-cli-0.14.0

- old
+ new

@@ -12,10 +12,10 @@ def [](service) @@connections ||= Hash.new do |hash, key| hash[key] = case key when :dns - Formatador.display_line("[yellow][WARN] Zerigo[:dns] is deprecated, use Storage[:zerigo] instead[/]") + Fog::Logger.warning("Zerigo[:dns] is deprecated, use Storage[:zerigo] instead") Fog::DNS.new(:provider => 'Zerigo') else raise ArgumentError, "Unrecognized service: #{key.inspect}" end end