Skip to content

Commit

Permalink
调整某处的日志等级
Browse files Browse the repository at this point in the history
  • Loading branch information
rroy233 committed Jan 8, 2024
1 parent 7932327 commit c5b46db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/AddStickerUrlMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func AddStickerUrlMessage(update tgbotapi.Update) {
Name: update.Message.Text[len(addStickersUrlPrefix):],
})
if err != nil {
logger.Error.Println(userInfo+"failed to GetStickerSet:", err)
logger.Info.Println(userInfo+"failed to GetStickerSet:", err)
utils.SendPlainText(&update, languages.Get(&update).BotMsg.ErrFailedToDownload)
return
}
Expand Down

0 comments on commit c5b46db

Please sign in to comment.