From 07b10926f5a183030cbb57443b5fc47af1b53b61 Mon Sep 17 00:00:00 2001 From: Elad Nachmias Date: Mon, 10 Dec 2018 23:52:44 +0530 Subject: [PATCH] swarm/api/client: address pr comments --- swarm/api/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/api/client/client.go b/swarm/api/client/client.go index fad5b652c6..f793ca8b89 100644 --- a/swarm/api/client/client.go +++ b/swarm/api/client/client.go @@ -481,7 +481,7 @@ type UploadFn func(file *File) error // TarUpload uses the given Uploader to upload files to swarm as a tar stream, // returning the resulting manifest hash func (c *Client) TarUpload(hash string, uploader Uploader, defaultPath string, toEncrypt bool) (string, error) { - ctx, sp := spancontext.StartSpan(context.Background(), "swarm.api.client.tarupload") + ctx, sp := spancontext.StartSpan(context.Background(), "api.client.tarupload") defer sp.Finish() var tn time.Time