This commit is contained in:
zhuxu 2026-04-17 14:17:18 +08:00
parent 2de6483a5e
commit 1bcfc7d916
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func (h *CL104) monitorClRead(session *wsSession) {
h.Log.Error(err) h.Log.Error(err)
} }
default: default:
h.Log.Info("not text:", string(rm)) h.Log.Info("rm not text")
} }
} }
} }