Add cache file name to list cache log

This commit is contained in:
Daniel A. Wozniak 2018-10-16 12:47:04 -07:00
parent 128c2c5423
commit 071f8a09c7
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61

View File

@ -310,7 +310,7 @@ def _file_lists(load, form):
__opts__, form, list_cache, w_lock
)
if cache_match is not None:
log.debug("Returning file list from cache")
log.debug("Returning file list from cache: %s", list_cache)
return cache_match
if refresh_cache:
ret = {