hnc: cleanup

This commit is contained in:
Přemysl Eric Janouch 2018-08-06 21:58:32 +02:00
parent cc08b5457c
commit 68d7e34b03
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ func main() {
}
}
if result.err != nil {
log("%s: %s", "stdin", result.err)
log("stdin: %s", result.err)
fromUser = nil
if err := conn.CloseWrite(); err != nil {
log("remote: %s", err)