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") } } }