Hush a noisy bisq error message down to info

This commit is contained in:
wiz 2021-08-02 16:53:50 +09:00
parent 4895343d4e
commit f28a85f91b
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -162,7 +162,7 @@ class Bisq {
this.buildIndex();
this.calculateStats();
} catch (e) {
logger.err('loadBisqDumpFile() error.' + e.message || e);
logger.info('loadBisqDumpFile() error.' + e.message || e);
}
}