mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add more descriptive debug message
This commit is contained in:
parent
365f81651b
commit
fbbd91f09e
1 changed files with 3 additions and 2 deletions
|
@ -82,8 +82,9 @@ def _checksum_file_path(path):
|
|||
)
|
||||
else:
|
||||
raise
|
||||
log.debug('Found path: %s', relpath)
|
||||
return salt.utils.path_join(__opts__['cachedir'], 'archive_hash', relpath)
|
||||
ret = salt.utils.path_join(__opts__['cachedir'], 'archive_hash', relpath)
|
||||
log.debug('Using checksum file %s for cached archive file %s', ret, path)
|
||||
return ret
|
||||
|
||||
|
||||
def _update_checksum(path):
|
||||
|
|
Loading…
Add table
Reference in a new issue