Skip to content

Commit

Permalink
remove the duplicate image tag suffix in log
Browse files Browse the repository at this point in the history
Signed-off-by: wrfly <mr.wrfly@gmail.com>
  • Loading branch information
wrfly committed May 28, 2018
1 parent 504bd10 commit 7a1cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/server/image_bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (s *Server) pullImage(ctx context.Context, rw http.ResponseWriter, req *htt
}
// Error information has be sent to client, so no need call resp.Write
if err := s.ImageMgr.PullImage(ctx, image, &authConfig, rw); err != nil {
logrus.Errorf("failed to pull image %s:%s: %v", image, tag, err)
logrus.Errorf("failed to pull image %s: %v", image, err)
return nil
}
return nil
Expand Down

0 comments on commit 7a1cbf8

Please sign in to comment.