Skip to content

Commit 0b31b5a

Browse files
committed
Fix typo
1 parent 19c8061 commit 0b31b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/user_events/src/recordable.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void Recordable::SetBody(const opentelemetry::common::AttributeValue &message) n
4444
auto event_name = !event_name_.empty() ? event_name_.data() : "Logs";
4545

4646
event_builder_.Reset(event_name);
47-
event_builder.AddValue("__csver__", static_cast<uint16_t>(0x400), event_field_format_unsigned_int);
47+
event_builder_.AddValue("__csver__", static_cast<uint16_t>(0x400), event_field_format_unsigned_int);
4848

4949
event_builder_.AddStruct("PartB", 1, 0, &cs_part_b_bookmark_);
5050
utils::PopulateAttribute("_typeName", "Log", event_builder_);

0 commit comments

Comments
 (0)