application-wide logging through Logger interface

This commit is contained in:
Christian Schwarz
2017-05-03 18:32:11 +02:00
parent 1e7b29bdc5
commit 22454738af
3 changed files with 11 additions and 4 deletions
-1
View File
@@ -115,7 +115,6 @@ func Outgoing(remote SSHTransport) (conn io.ReadWriteCloser, err error) {
Stderr: stderrBuf.Bytes(),
WaitErr: err,
}
// fmt.Fprintf(os.Stderr, "ssh conn wait err: %#v\n", f.SSHCommandError.(Error))
} else {
f.SSHCommandError = nil
}