Skip to content

Commit

Permalink
Update exporters/otlp/src/otlp_grpc_client.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Oct 24, 2024
1 parent 521460b commit 18d94fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exporters/otlp/src/otlp_grpc_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 18d94fb

Please sign in to comment.