add tests to log

This commit is contained in:
Matias Alejo Garcia 2014-12-02 11:55:29 -03:00
commit 43bd277959
4 changed files with 51 additions and 6 deletions

View file

@ -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();
}