diff --git a/exporters/otlp/src/otlp_grpc_client.cc b/exporters/otlp/src/otlp_grpc_client.cc index 20ff8fb8d6..44d86004a9 100644 --- a/exporters/otlp/src/otlp_grpc_client.cc +++ b/exporters/otlp/src/otlp_grpc_client.cc @@ -218,10 +218,10 @@ static sdk::common::ExportResult InternalDelegateAsyncExport( } else { - OTEL_INTERNAL_LOG_ERROR("[OTLP GRPC Client] ERROR: Export " - << export_data_name << " failed with status_code: \"" - << grpc_status.error_code() << "\" error_message: \"" - << grpc_status.error_message() << "\""); + OTEL_INTERNAL_LOG_ERROR("[OTLP GRPC Client] ERROR: Export " + << export_data_name << " failed with status_code: \"" + << grpc_status.error_code() << "\" error_message: \"" + << grpc_status.error_message() << "\""); } if (call_data->grpc_async_callback)