mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Hush a noisy bisq error message down to info
This commit is contained in:
parent
4895343d4e
commit
f28a85f91b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user