Adding missing error cause messages.

This commit is contained in:
softsimon
2020-10-28 11:00:48 +07:00
parent 29ff029b07
commit 5feaff130f
8 changed files with 14 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ class DiskCache {
}));
logger.debug('Mempool and blocks data saved to disk cache');
} catch (e) {
logger.warn('Error writing to cache file asynchronously');
logger.warn('Error writing to cache file asynchronously: ' + e.message || e);
}
}