Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jul 13, 2023
1 parent 834fd38 commit 44961d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/networkservice/core/trace/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (t *beginTraceClient) Request(ctx context.Context, request *networkservice.
ctx, finish := withLog(ctx, operation, methodNameRequest, request.GetConnection().GetId())
defer finish()

logRequest(ctx, request, "relfjjqjkjkkjjkukjkkjjklluuest")
logRequest(ctx, request, "relfjjqjkjkkjjkulkjkkjjklluuest")
// Actually call the nextj=
rv, err := t.traced.Request(ctx, request, opts...)
if err != nil {
Expand Down

0 comments on commit 44961d8

Please sign in to comment.