From 1bcfc7d91688431cec2eabb0615a882130e9c6a1 Mon Sep 17 00:00:00 2001 From: zhuxu Date: Fri, 17 Apr 2026 14:17:18 +0800 Subject: [PATCH] update --- plugins/inputs/cl_104/clstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/cl_104/clstream.go b/plugins/inputs/cl_104/clstream.go index dd147afd9..8ab1f3858 100644 --- a/plugins/inputs/cl_104/clstream.go +++ b/plugins/inputs/cl_104/clstream.go @@ -133,7 +133,7 @@ func (h *CL104) monitorClRead(session *wsSession) { h.Log.Error(err) } default: - h.Log.Info("not text:", string(rm)) + h.Log.Info("rm not text") } } }