Update command.go

This commit is contained in:
zhouqiang 2018-06-11 16:26:06 +08:00 committed by GitHub
parent 00fcfac236
commit 083edf3309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ func RegisterCache() {
bc, err := json.Marshal(&fileConfig)
if err != nil {
beego.Error("初始化Redis缓存失败:", err)
beego.Error("初始化file缓存失败:", err)
os.Exit(1)
}