From 0ffe7619981c3b42fbd93469f0fd5e29a302e28f Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 08 八月 2019 16:59:05 +0800
Subject: [PATCH] log
---
searcher.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/searcher.go b/searcher.go
index afd2daa..d1736e6 100644
--- a/searcher.go
+++ b/searcher.go
@@ -53,6 +53,7 @@
// NotifyMsg is called when a user-data message is received
func (d *delegate) NotifyMsg(b []byte) {
// logMsg(b)
+ fmt.Println(b)
members = append(members, b)
}
--
Gitblit v1.8.0