Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
Ensure the canonicalRequest is logged properly
Browse files Browse the repository at this point in the history
Resolves JCLOUDS-1143
  • Loading branch information
neonbunny committed Jul 19, 2016
1 parent 87154bf commit e7bf9b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -400,7 +400,7 @@ protected String createStringToSign(String method, URI endpoint, Map<String, Str
// HexEncode(Hash(Payload))
canonicalRequest.append(hashedPayload);

signatureWire.getWireLog().debug("<<", canonicalRequest);
signatureWire.getWireLog().debug("<< " + canonicalRequest);

// Create a String to Sign
StringBuilder toSign = new StringBuilder();
Expand Down

0 comments on commit e7bf9b1

Please sign in to comment.