Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 13, 2024
1 parent 0498194 commit 372d415
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/core/ext/transport/chaotic_good/frame.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,9 @@ struct ClientMetadataEncoder {
}

void EncodeWithWarning(const Slice& key, const Slice& value) {
LOG_EVERY_N_SEC(INFO, 10) << "encoding known key " << key.as_string_view()
<< " with unknown encoding";
GRPC_TRACE_LOG(chaotic_good, INFO)
<< "encoding known key " << key.as_string_view()
<< " with unknown encoding";
Encode(key, value);
}

Expand Down

0 comments on commit 372d415

Please sign in to comment.