From 9efd3005165e4c26a376179083da0328369ace50 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Mon, 7 Sep 2015 12:32:16 -0500 Subject: [PATCH] fix typo in debug log for setWebhook --- methods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods.go b/methods.go index 00cedf2..c9c3db9 100644 --- a/methods.go +++ b/methods.go @@ -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