Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #707 from Random-Liu/fix-log-output
Browse files Browse the repository at this point in the history
Fix a log output.
  • Loading branch information
Random-Liu authored Mar 28, 2018
2 parents 0fc1372 + be43ad0 commit f99f0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/sandbox_portforward.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *criService) portForward(id string, port int32, stream io.ReadWriteClose
logrus.WithError(err).Errorf("Failed to copy port forward input for %q port %d", id, port)
}
in.Close()
logrus.Debugf("Finish copy port forward input for %q port %d: %v", id, port)
logrus.Debugf("Finish copy port forward input for %q port %d", id, port)
}()

if err := cmd.Run(); err != nil {
Expand Down

0 comments on commit f99f0be

Please sign in to comment.