We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97efba7 commit b398d38Copy full SHA for b398d38
src/com/xxdb/DBConnection.java
@@ -1329,7 +1329,7 @@ public boolean connectNode(Node node) throws IOException {
1329
try {
1330
nodeInited = ((BasicBoolean) conn_.run("isNodeInitialized", new ArrayList<>(), 0)).getBoolean();
1331
} catch (Exception e) {
1332
- log.error("Server does not support the initialization check. Please upgrade to a newer version.");
+ log.warn("Server does not support the initialization check. Please upgrade to a newer version.");
1333
nodeInited = true;
1334
}
1335
0 commit comments