Skip to content

Commit 4f8ccef

Browse files
committed
Revert "Merge pull request aws#8 from ClickHouse-Extras/better-client-configuration"
This reverts commit 06aa875, reversing changes made to 453d488.
1 parent 7fbfee1 commit 4f8ccef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cpp-sdk-core/source/client/ClientConfiguration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ClientConfiguration::ClientConfiguration() :
7979
maxAttempts = static_cast<int>(Aws::Utils::StringUtils::ConvertToInt32(maxAttemptsString.c_str()));
8080
if (maxAttempts == 0)
8181
{
82-
AWS_LOGSTREAM_DEBUG(CLIENT_CONFIG_TAG, "Retry Strategy will use the default max attempts.");
82+
AWS_LOGSTREAM_WARN(CLIENT_CONFIG_TAG, "Retry Strategy will use the default max attempts.");
8383
maxAttempts = -1;
8484
}
8585
}

0 commit comments

Comments
 (0)