File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
aws-cpp-sdk-core-tests/aws/client
aws-cpp-sdk-core/source/client Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020#include < aws/core/auth/AWSCredentialsProvider.h>
2121#include < fstream>
2222#include < thread>
23+ #include < aws/core/utils/logging/LogMacros.h>
2324
2425using namespace Aws ;
2526using namespace Aws ::Client;
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ void AWSClient::SetServiceClientName(const Aws::String& name)
137137 if (!m_customizedUserAgent)
138138 {
139139 Aws::StringStream ss;
140- ss << " aws-sdk-cpp/" << Version::GetVersionString () << " / " << m_serviceName << " / " << Aws::OSVersionInfo::ComputeOSVersionString ()
140+ ss << " aws-sdk-cpp/" << Version::GetVersionString () << " " << Aws::OSVersionInfo::ComputeOSVersionString ()
141141 << " " << Version::GetCompilerVersionString ();
142142 m_userAgent = ss.str ();
143143 }
You can’t perform that action at this time.
0 commit comments