update log message

bot-api-6.1
Jqs7 2015-06-30 11:28:55 +08:00
parent f6cf1bb782
commit 69bb4a9c33
1 changed files with 1 additions and 1 deletions

View File

@ -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 {