lib/jekyll/assets/hooks/cache.rb in jekyll-assets-2.2.7 vs lib/jekyll/assets/hooks/cache.rb in jekyll-assets-2.2.8

- old
+ new

@@ -21,9 +21,9 @@ self.cache = begin Sprockets::Cache::MemoryStore.new end else - Jekyll.logger.info "", "Caching disabled however, " \ - "if you use proxies it could still possibly be created." + Jekyll.logger.info "", "Caching is disabled by configuration. " \ + "However, if you're using proxies, a cache might still be created." end end