From 18356ec4e63add3d12ba54945dabb369f4fe1984 Mon Sep 17 00:00:00 2001 From: Xin Dong Date: Tue, 31 Mar 2020 11:11:24 -0700 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: John Brownlee --- fdbcli/fdbcli.actor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdbcli/fdbcli.actor.cpp b/fdbcli/fdbcli.actor.cpp index 47b15056b2..36ae047007 100644 --- a/fdbcli/fdbcli.actor.cpp +++ b/fdbcli/fdbcli.actor.cpp @@ -2225,7 +2225,7 @@ ACTOR Future exclude( Database db, std::vector 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 exclude( Database db, std::vector 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 {