update xtcp log info

This commit is contained in:
Neo He 2018-06-08 21:27:58 +08:00
parent f5778349d5
commit bbc36be052
1 changed files with 1 additions and 1 deletions

View File

@ -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
}