forked from Qortal/qortal
some simple error logging
This commit is contained in:
parent
5c90c4bc61
commit
e83b2263f0
@ -32,6 +32,7 @@ public class CrossChainUtils {
|
|||||||
try {
|
try {
|
||||||
blockchainProvider.getCurrentHeight();
|
blockchainProvider.getCurrentHeight();
|
||||||
} catch (ForeignBlockchainException e) {
|
} catch (ForeignBlockchainException e) {
|
||||||
|
LOGGER.warn("Problems getting block height before building server configuration infos");
|
||||||
}
|
}
|
||||||
|
|
||||||
ChainableServer currentServer = blockchainProvider.getCurrentServer();
|
ChainableServer currentServer = blockchainProvider.getCurrentServer();
|
||||||
|
Loading…
Reference in New Issue
Block a user