From cbb78b6a6331921403fb4cfcf45812efa89f6c3b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 2 Aug 2015 12:36:35 +0800 Subject: better wording --- modules/setting/setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/setting/setting.go') diff --git a/modules/setting/setting.go b/modules/setting/setting.go index 6b8eb5ec..c39fab43 100644 --- a/modules/setting/setting.go +++ b/modules/setting/setting.go @@ -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 { -- cgit v1.2.3