better debugging

pull/7973/head
Sharif Elgamal 2020-05-20 15:49:17 -07:00
parent db186ee7f9
commit 13f0b87f59
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func ForwardedPort(ociBin string, ociID string, contPort int) (int, error) {
}
} else {
rr, err = runCmd(exec.Command(ociBin, "inspect", ociID))
fmt.Println(rr.Stdout.String())
fmt.Println(rr.Stderr.String())
if err != nil {
fmt.Println(err.Error())
}