Merge pull request #295 from igo9go/patch-1

Update command.go
pull/358/head
Minho 2018-06-11 20:44:39 +08:00 committed by GitHub
commit 4c8cbeb4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)
}