Skip to content

Commit 2f395f5

Browse files
mdevinodeclark1
andauthored
Update src/utils/trace.rs
Co-authored-by: Dan Clark <44146800+declark1@users.noreply.github.com> Signed-off-by: Mateus Devino <19861348+mdevino@users.noreply.github.com>
1 parent 36a473a commit 2f395f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/trace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ pub fn trace_context_from_grpc_response<T>(span: &Span, response: &tonic::Respon
340340
if ctx.span().span_context().trace_id() == curr_trace
341341
&& let Err(error) = span.set_parent(ctx)
342342
{
343-
tracing::error!(%error, "Error setting trace parent for gRPC response");
343+
error!(%error, "Error setting trace parent for gRPC response");
344344
}
345345
}
346346

0 commit comments

Comments
 (0)