Minor formatting fix

pull/25/head
Vasile Popescu 4 years ago committed by Elis Popescu
parent 33c6017254
commit 0dc1cdb6b4

@ -164,7 +164,7 @@ func (c *ttyShareClient) Run() (err error) {
)
if err != nil {
log.Errorf("Error parsing remote message: %s", err.Error())
log.Errorf("Error parsing remote message: %s", err.Error())
if err == io.EOF {
// Remote WS connection closed
return

Loading…
Cancel
Save