Skip to content

Commit

Permalink
[BUILD] Fix error message (open-telemetry#3152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Nov 19, 2024
1 parent 8691248 commit 8e7a192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/otlp/src/otlp_grpc_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ bool OtlpGrpcClient::Shutdown(OtlpGrpcClientReferenceGuard &guard,
bool force_flush_result;
if (last_reference_removed && false == is_shutdown_.exchange(true, std::memory_order_acq_rel))
{
OTEL_INTERNAL_LOG_DEBUG("[OTLP GRPC Client] DEBUG: OtlpGrpcClient start to shitdown");
OTEL_INTERNAL_LOG_DEBUG("[OTLP GRPC Client] DEBUG: OtlpGrpcClient start to shutdown");
force_flush_result = ForceFlush(timeout);

#ifdef ENABLE_ASYNC_EXPORT
Expand Down

0 comments on commit 8e7a192

Please sign in to comment.