From b69c2877a9e04a5abc1ead2fe13da056efd0caec Mon Sep 17 00:00:00 2001 From: shoopea Date: Tue, 11 Jun 2019 10:51:43 +0800 Subject: [PATCH] test --- td.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td.go b/td.go index bf7c2ff..5e691bb 100644 --- a/td.go +++ b/td.go @@ -36,7 +36,7 @@ func ListenMQ(c *tdlib.Client, msgs <-chan TGCommand) { now = time.Now() } b, _ := json.Marshal(m) - log.Printf("New MQ message :\n%s\n", string(b)) + log.Printf("****************************** New MQ message ******************************\n%s\n****************************************************************************\n", string(b)) switch m.Type { case commandSendMsg: msgTxt := tdlib.NewInputMessageText(tdlib.NewFormattedText(m.Text, nil), true, true)