Skip to content

Commit 18d94fb

Browse files
authored
Update exporters/otlp/src/otlp_grpc_client.cc
1 parent 521460b commit 18d94fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exporters/otlp/src/otlp_grpc_client.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ static sdk::common::ExportResult InternalDelegateAsyncExport(
218218
}
219219
else
220220
{
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() << "\"");
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() << "\"");
225225
}
226226

227227
if (call_data->grpc_async_callback)

0 commit comments

Comments
 (0)