lib/fog/oraclecloud/storage.rb in fog-oraclecloud-0.1.15 vs lib/fog/oraclecloud/storage.rb in fog-oraclecloud-0.1.16
- old
+ new
@@ -27,11 +27,11 @@
# Get authentication token
authenticate
end
def authenticate()
-
begin
+ Fog::Logger.debug("Sending #{params[:body].to_s} to #{params[:path]}")
response = @connection.request({
:expects => 200,
:method => 'GET',
:path => "auth/v1.0",
:headers => {
\ No newline at end of file