From a9ba58a6e2a3ca61e47a055e7e989b95380e4d35 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Tue, 22 Nov 2022 15:42:27 -0800 Subject: [PATCH] Fix typo --- exporters/otlp/src/otlp_grpc_exporter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporters/otlp/src/otlp_grpc_exporter.cc b/exporters/otlp/src/otlp_grpc_exporter.cc index b3878443e1..5f4cbc99e2 100644 --- a/exporters/otlp/src/otlp_grpc_exporter.cc +++ b/exporters/otlp/src/otlp_grpc_exporter.cc @@ -64,7 +64,7 @@ sdk::common::ExportResult OtlpGrpcExporter::Export( if (!status.ok()) { - OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE GRPC Exporter] Export() failed with statuc_code: \"" + OTEL_INTERNAL_LOG_ERROR("[OTLP TRACE GRPC Exporter] Export() failed with status_code: \"" << grpc_utils::grpc_status_code_to_string(status.error_code()) << "\" error_message: \"" << status.error_message() << "\""); return sdk::common::ExportResult::kFailure;