1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00
This commit is contained in:
Tamce 2021-10-19 01:51:01 +08:00
parent 20fd8a9619
commit 71835a286b

View File

@ -1057,7 +1057,7 @@ func (bot *CQBot) CQGetImage(file string) global.MSG {
_ = body.Close()
f.Close()
} else {
log.Warnf("下载图片 %v 时出现错误", msg["url"], err)
log.Warnf("下载图片 %v 时出现错误: %v", msg["url"], err)
return Failed(100, "DOWNLOAD_IMAGE_ERROR", err.Error())
}
}