This commit is contained in:
Liang Ding 2019-05-24 08:43:07 +08:00
parent 5c549a56c5
commit 58ae60da85
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ func BuildHandler(w http.ResponseWriter, r *http.Request) {
}
if nil != err {
logger.Warn(err)
logger.Warnf("%#v", err)
break
}