Better message is displayed to the user.
This commit is contained in:
parent
9809e84806
commit
486d089e98
|
@ -654,7 +654,7 @@ std::string logBackupDR(const char *context, std::map<std::string, std::string>
|
|||
|
||||
void printStatus(StatusObjectReader statusObj, StatusClient::StatusLevel level, bool displayDatabaseAvailable = true, bool hideErrorMessages = false) {
|
||||
if (FlowTransport::transport().incompatibleOutgoingConnectionsPresent()) {
|
||||
printf("WARNING: Incompatible peers exist.\n\n");
|
||||
printf("WARNING: One or more of the processes in the cluster is incompatible with this version of fdbcli.\n\n");
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue