Fix a log output.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
2073d270a5
commit
be43ad09da
@ -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)
|
logrus.WithError(err).Errorf("Failed to copy port forward input for %q port %d", id, port)
|
||||||
}
|
}
|
||||||
in.Close()
|
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 {
|
if err := cmd.Run(); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user