switch to 'connection'

This commit is contained in:
sawka 2023-04-03 21:31:40 -07:00
parent 936500a18e
commit c7024b0ef5

View File

@ -653,7 +653,7 @@ func MakeMShell(r *sstore.RemoteType) *MShellProc {
PendingStateCmds: make(map[string]base.CommandKey),
StateMap: make(map[string]*packet.ShellState),
}
rtn.WriteToPtyBuffer("console for remote [%s]\n", r.GetName())
rtn.WriteToPtyBuffer("console for connection [%s]\n", r.GetName())
return rtn
}