lib/fog/google/storage.rb in fog-1.0.0 vs lib/fog/google/storage.rb in fog-1.1.0

- old
+ new

@@ -43,10 +43,10 @@ def https_url(params, expires) "https://" << host_path_query(params, expires) end def url(params, expires) - Fog::Logger.warning("Fog::Storage::Google => #url is deprecated, use #https_url instead [light_black](#{caller.first})[/]") + Fog::Logger.deprecation("Fog::Storage::Google => #url is deprecated, use #https_url instead [light_black](#{caller.first})[/]") https_url(params, expires) end private