Fix some misleading log messages

pull/21/head
Vasile Popescu 4 years ago
parent 4d5182e2c0
commit a8f5c0ae43

@ -181,7 +181,6 @@ Flags:
go func() {
_, err := io.Copy(mw, ptyMaster)
if err != nil {
log.Error("Lost connection with the server.\n")
ptyMaster.Stop()
}
}()
@ -191,6 +190,6 @@ Flags:
}()
ptyMaster.Wait()
fmt.Printf("tty-share finished\n\n")
fmt.Printf("tty-share finished\n\n\r")
server.Stop()
}

Loading…
Cancel
Save