Apply suggestions from code review

Co-Authored-By: John Brownlee <mail@johnbrownlee.com>
This commit is contained in:
Xin Dong 2020-03-31 11:11:24 -07:00 committed by GitHub
parent 248a097c58
commit 18356ec4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2225,7 +2225,7 @@ ACTOR Future<bool> exclude( Database db, std::vector<StringRef> tokens, Referenc
"correct machines before removing them from the cluster!\n",
addr.ip.toString().c_str());
else
printf(" %s ---- WARNING: Missing from cluster!Be sure that you excluded the correct processes "
printf(" %s ---- WARNING: Missing from cluster! Be sure that you excluded the correct processes "
"before removing them from the cluster!\n",
addr.toString().c_str());
} else if (notExcludedServers.find(_addr) != notExcludedServers.end()) {
@ -2234,7 +2234,7 @@ ACTOR Future<bool> exclude( Database db, std::vector<StringRef> tokens, Referenc
"machine from the cluster\n",
addr.ip.toString().c_str());
else
printf(" %s ---- WARNING: Exclusion in progress! It is not safe to remove this processe from the "
printf(" %s ---- WARNING: Exclusion in progress! It is not safe to remove this process from the "
"cluster\n",
addr.toString().c_str());
} else {