From 44b69882a1bf2d47fe871e7d2a4133720facfc3f Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 15 Aug 2017 10:37:02 -0700 Subject: [PATCH] Fix formatting --- client/alloc_watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/alloc_watcher.go b/client/alloc_watcher.go index cbd35fe45..8b029a7f7 100644 --- a/client/alloc_watcher.go +++ b/client/alloc_watcher.go @@ -466,7 +466,7 @@ func (p *remotePrevAlloc) streamAllocDir(ctx context.Context, resp io.ReadCloser } if err != nil { - return fmt.Errorf("error streaming previous alloc %p for new alloc %q: %v", + return fmt.Errorf("error streaming previous alloc %q for new alloc %q: %v", p.prevAllocID, p.allocID, err) }