add tests to log
This commit is contained in:
parent
ec58e90437
commit
43bd277959
4 changed files with 51 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ PublicKeyRing.fromObj = function(opts) {
|
|||
}
|
||||
|
||||
if (opts.cache && opts.cache.addressToPath) {
|
||||
log.info('PublicKeyRing: Using address cache');
|
||||
log.debug('PublicKeyRing: Using address cache');
|
||||
pkr.cache.addressToPath = opts.cache.addressToPath;
|
||||
pkr.rebuildCache();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue