We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521460b commit 18d94fbCopy full SHA for 18d94fb
exporters/otlp/src/otlp_grpc_client.cc
@@ -218,10 +218,10 @@ static sdk::common::ExportResult InternalDelegateAsyncExport(
218
}
219
else
220
{
221
- OTEL_INTERNAL_LOG_ERROR("[OTLP GRPC Client] ERROR: Export "
222
- << export_data_name << " failed with status_code: \""
223
- << grpc_status.error_code() << "\" error_message: \""
224
- << 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() << "\"");
225
226
227
if (call_data->grpc_async_callback)
0 commit comments