From 1f705e2d679b2e0ba7c884e8d6fc8aa6a35a180e Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期六, 02 四月 2022 15:48:19 +0800
Subject: [PATCH] add log
---
hbusc.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/hbusc.go b/hbusc.go
index e0b6751..17404a2 100644
--- a/hbusc.go
+++ b/hbusc.go
@@ -266,6 +266,7 @@
if bhsgo.Request(&dest, req, &pid, &mrt, milliSecs) {
var reply Reply
if err := json.Unmarshal(mrt.Data, &reply); err != nil {
+ h.printLog("bhsgo.Request ret true, but unmarshal err:", err, " mrt.Data:", string(mrt.Data))
return nil,err
}
--
Gitblit v1.8.0