lib/picky/internals/indexed/category.rb in picky-2.5.0 vs lib/picky/internals/indexed/category.rb in picky-2.5.1
- old
+ new
@@ -55,10 +55,10 @@
end
# Loads the index from cache.
#
def load_from_cache
- timed_exclaim %Q{"#{identifier}": Loading index.}
+ timed_exclaim %Q{"#{identifier}": Loading index from cache.}
exact.load
partial.load
end
# Loads, analyzes, and clears the index.
\ No newline at end of file