From ab69d682937a0a13246d28cfa2bbbf8c1b7ced38 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 --- 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 1b95991d5d6..326e8954c54 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -1087,7 +1087,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