aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/s3/aws_logging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/s3/aws_logging.cc')
-rw-r--r--tensorflow/core/platform/s3/aws_logging.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/platform/s3/aws_logging.cc b/tensorflow/core/platform/s3/aws_logging.cc
index 41b854d634..fbca0acc36 100644
--- a/tensorflow/core/platform/s3/aws_logging.cc
+++ b/tensorflow/core/platform/s3/aws_logging.cc
@@ -48,6 +48,7 @@ void AWSLogSystem::LogStream(Aws::Utils::Logging::LogLevel log_level,
void AWSLogSystem::LogMessage(Aws::Utils::Logging::LogLevel log_level,
const std::string& message) {
+ if (message == "Initializing Curl library") return;
switch (log_level) {
case Aws::Utils::Logging::LogLevel::Info:
LOG(INFO) << message;