lib/fog/bin/google.rb in fog-0.11.0 vs lib/fog/bin/google.rb in fog-1.0.0
- old
+ new
@@ -12,10 +12,10 @@
def [](service)
@@connections ||= Hash.new do |hash, key|
hash[key] = case key
when :storage
- Formatador.display_line("[yellow][WARN] Google[:storage] is deprecated, use Storage[:google] instead[/]")
+ Fog::Logger.warning("Google[:storage] is deprecated, use Storage[:google] instead")
Fog::Storage.new(:provider => 'Google')
else
raise ArgumentError, "Unrecognized service: #{key.inspect}"
end
end