Better message is displayed to the user.

This commit is contained in:
Balachandar Namasivayam 2017-11-09 13:55:19 -08:00
parent 9809e84806
commit 486d089e98
1 changed files with 1 additions and 1 deletions

View File

@ -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 {