Skip to content

Commit 97360ab

Browse files
KaibaLopezLopez
and
Lopez
authored
changed log level of the retry failure message (#744)
Co-authored-by: Lopez <[email protected]>
1 parent af76149 commit 97360ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cpp-sdk-core/source/auth/AWSCredentialsProvider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void ProcessCredentialsProvider::Reload()
383383
const Aws::String &command = profile.GetCredentialProcess();
384384
if (command.empty())
385385
{
386-
AWS_LOGSTREAM_ERROR(PROCESS_LOG_TAG, "Failed to find credential process's profile: " << m_profileToUse);
386+
AWS_LOGSTREAM_INFO(PROCESS_LOG_TAG, "Failed to find credential process's profile: " << m_profileToUse);
387387
return;
388388
}
389389
m_credentials = GetCredentialsFromProcess(command);

0 commit comments

Comments
 (0)