|
@@ -970,6 +970,7 @@ class Archiver:
|
|
if key.NAME.startswith('key file'):
|
|
if key.NAME.startswith('key file'):
|
|
print('Key file: %s' % key.find_key())
|
|
print('Key file: %s' % key.find_key())
|
|
print('Cache: %s' % cache.path)
|
|
print('Cache: %s' % cache.path)
|
|
|
|
+ print('Security dir: %s' % cache.security_manager.dir)
|
|
print(DASHES)
|
|
print(DASHES)
|
|
print(STATS_HEADER)
|
|
print(STATS_HEADER)
|
|
print(str(cache))
|
|
print(str(cache))
|