Skip to content

Commit

Permalink
update xtcp log info
Browse files Browse the repository at this point in the history
  • Loading branch information
neohe committed Jun 8, 2018
1 parent f577834 commit bbc36be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/visitor.go
Expand Up @@ -183,7 +183,7 @@ func (sv *XtcpVisitor) worker() {
for {
conn, err := sv.l.Accept()
if err != nil {
sv.Warn("stcp local listener closed")
sv.Warn("xtcp local listener closed")
return
}

Expand Down

0 comments on commit bbc36be

Please sign in to comment.