From 69bb4a9c33b1861e616862688e1d60ffeb7d0c83 Mon Sep 17 00:00:00 2001 From: Jqs7 <7@jqs7.com> Date: Tue, 30 Jun 2015 11:28:55 +0800 Subject: [PATCH] update log message --- updates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates.go b/updates.go index 0fb2e50..1a3a34a 100644 --- a/updates.go +++ b/updates.go @@ -17,7 +17,7 @@ func (bot *BotAPI) UpdatesChan(config UpdateConfig) (chan Update, error) { panic(err) } else { log.Println(err) - log.Println("Retry in 3 Seconds") + log.Println("Fail to GetUpdates,Retry in 3 Seconds...") time.Sleep(time.Second * 3) } } else {