Skip to content

Commit 8e7a192

Browse files
authored
[BUILD] Fix error message (open-telemetry#3152)
1 parent 8691248 commit 8e7a192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/otlp/src/otlp_grpc_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ bool OtlpGrpcClient::Shutdown(OtlpGrpcClientReferenceGuard &guard,
672672
bool force_flush_result;
673673
if (last_reference_removed && false == is_shutdown_.exchange(true, std::memory_order_acq_rel))
674674
{
675-
OTEL_INTERNAL_LOG_DEBUG("[OTLP GRPC Client] DEBUG: OtlpGrpcClient start to shitdown");
675+
OTEL_INTERNAL_LOG_DEBUG("[OTLP GRPC Client] DEBUG: OtlpGrpcClient start to shutdown");
676676
force_flush_result = ForceFlush(timeout);
677677

678678
#ifdef ENABLE_ASYNC_EXPORT

0 commit comments

Comments
 (0)