Skip to content

Commit

Permalink
resolved aditya's questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 21, 2020
1 parent 190a7fa commit fd8dd98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ class HttpTraceContext : public HTTPTextFormat<T>
{
hex_string.push_back(trace_id[i]);
}
hex_string.push_back("-");
hex_string.push_back('-');
for (int i = 0; i < 16; i++)
{
hex_string.push_back(span_id[i]);
}
hex_string.push_back("-");
hex_string.push_back('-');
for (int i = 0; i < 2; i++)
{
hex_string.push_back(trace_flags[i]);
Expand Down

0 comments on commit fd8dd98

Please sign in to comment.