mirror of
https://github.com/Qortal/qortal.git
synced 2025-08-09 04:01:27 +00:00
some simple error logging
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user