From ddef3993092b105b72b534030a572e37487989b1 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 17 Sep 2024 19:53:57 -0700 Subject: [PATCH] x --- src/core/lib/promise/party.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/promise/party.h b/src/core/lib/promise/party.h index b42c392d51f..d9a2e2ccb57 100644 --- a/src/core/lib/promise/party.h +++ b/src/core/lib/promise/party.h @@ -394,7 +394,7 @@ class Party : public Activity, private Wakeable { const char* op, uint64_t prev_state, uint64_t new_state, DebugLocation loc = {}) { GRPC_TRACE_LOG(party_state, INFO).AtLocation(loc.file(), loc.line()) - << DebugTag() << " " << op << " " + << this << " " << op << " " << absl::StrFormat("%016" PRIx64 " -> %016" PRIx64, prev_state, new_state); }