mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add cache file name to list cache log
This commit is contained in:
parent
128c2c5423
commit
071f8a09c7
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user