better wording

This commit is contained in:
Unknwon 2015-08-02 12:36:35 +08:00
parent d496d0cc4d
commit cbb78b6a63
3 changed files with 7 additions and 6 deletions

View file

@ -460,10 +460,10 @@ func newLogService() {
func newCacheService() {
CacheAdapter = Cfg.Section("cache").Key("ADAPTER").In("memory", []string{"memory", "redis", "memcache"})
if EnableRedis {
log.Info("Redis Enabled")
log.Info("Redis Supported")
}
if EnableMemcache {
log.Info("Memcache Enabled")
log.Info("Memcache Supported")
}
switch CacheAdapter {