lib/brightbox-cli/vendor/fog/lib/fog/bin/local.rb in brightbox-cli-0.13.1 vs lib/brightbox-cli/vendor/fog/lib/fog/bin/local.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 :storage
- Formatador.display_line("[yellow][WARN] Local[:storage] is deprecated, use Storage[:local] instead[/]")
+ Fog::Logger.warning("Local[:storage] is deprecated, use Storage[:local] instead")
Fog::Storage.new(:provider => 'Local')
else
raise ArgumentError, "Unrecognized service: #{key.inspect}"
end
end