fix typo in debug log for setWebhook

bot-api-6.1
Syfaro 2015-09-07 12:32:16 -05:00
parent ca40caaa47
commit 9efd300516
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ func (bot *BotAPI) SetWebhook(config WebhookConfig) (APIResponse, error) {
json.Unmarshal(resp.Result, &apiResp)
if bot.Debug {
log.Printf("sendVideo resp: %+v\n", apiResp)
log.Printf("setWebhook resp: %+v\n", apiResp)
}
return apiResp, nil