From 8e571b851f490d683a3d74f55bfbf84d25088a2c Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 30 十一月 2021 17:52:26 +0800
Subject: [PATCH] --log

---
 hbusc.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hbusc.go b/hbusc.go
index 3fc0924..e0b6751 100644
--- a/hbusc.go
+++ b/hbusc.go
@@ -173,7 +173,7 @@
 		default:
 			if bhsgo.ReadSub(&procId, &msg, 100) {
 				ch <- msg
-				logFn("ReadSub topic:", string(msg.Topic), " data:", string(msg.Data))
+				logFn("ReadSub topic:", string(msg.Topic), " len(data):", len(msg.Data))
 
 				procId = ""
 				msg.Reset()

--
Gitblit v1.8.0