Skip to content

Commit b398d38

Browse files
author
chengyitian
committed
AJ-851: modfiy error level to 'warn' for 'isNodeInitialized';
1 parent 97efba7 commit b398d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/xxdb/DBConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ public boolean connectNode(Node node) throws IOException {
13291329
try {
13301330
nodeInited = ((BasicBoolean) conn_.run("isNodeInitialized", new ArrayList<>(), 0)).getBoolean();
13311331
} catch (Exception e) {
1332-
log.error("Server does not support the initialization check. Please upgrade to a newer version.");
1332+
log.warn("Server does not support the initialization check. Please upgrade to a newer version.");
13331333
nodeInited = true;
13341334
}
13351335

0 commit comments

Comments
 (0)