diff --git a/wechatMsg.go b/wechatMsg.go index 13db0b2..ab52150 100644 --- a/wechatMsg.go +++ b/wechatMsg.go @@ -29,7 +29,8 @@ func (m *InWechatMsg) replyXML(xml string) { m.replied = true m.instantResponse <- xml } else { - log.Println("BUG::doubl reply for wechat message") + d := decryptToXML(xml) + log.Println("BUG::double reply for wechat message\n" + d + "\n") } }