Skip to content

Commit

Permalink
HADOOP-18516. Updated log comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeb-msft committed Dec 14, 2022
1 parent 7a3ea12 commit b603468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ public SASTokenProvider getSASTokenProvider() throws AzureBlobFileSystemExceptio
String.format("The value for both \"%s\" and \"%s\" cannot be invalid.", FS_AZURE_SAS_TOKEN_PROVIDER_TYPE, FS_AZURE_SAS_FIXED_TOKEN));

if (sasTokenProviderImplementation != null) {
LOG.trace("Using SASTokenProvider class instead of config although both are available for use");
LOG.trace("Using SASTokenProvider class because it is given precedence when it is set");
SASTokenProvider sasTokenProvider = ReflectionUtils.newInstance(sasTokenProviderImplementation, rawConfig);
Preconditions.checkArgument(sasTokenProvider != null, String.format("Failed to initialize %s", sasTokenProviderImplementation));

Expand Down

0 comments on commit b603468

Please sign in to comment.