From bef8ded7b82fc6896398bd334bdbd4fc63ebfe51 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 28 Sep 2017 15:56:26 -0700 Subject: [PATCH] mds: fix whitespace Signed-off-by: Patrick Donnelly (cherry picked from commit ab69d682937a0a13246d28cfa2bbbf8c1b7ced38) --- src/mds/Server.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/Server.cc b/src/mds/Server.cc index 0bd9893adf7..e3beb1b5e7c 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -1089,7 +1089,7 @@ void Server::recall_client_state(void) uint64_t min_caps_per_client = g_conf->get_val("mds_min_caps_per_client"); if (max_caps_per_client < min_caps_per_client) { dout(0) << "max_caps_per_client " << max_caps_per_client - << "<" << "min_caps_per_client " << min_caps_per_client << dendl; + << " < min_caps_per_client " << min_caps_per_client << dendl; max_caps_per_client = min_caps_per_client + 1; } -- 2.47.3