From: Patrick Donnelly Date: Thu, 28 Sep 2017 22:56:26 +0000 (-0700) Subject: mds: fix whitespace X-Git-Tag: v13.0.1~744^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ab69d682937a0a13246d28cfa2bbbf8c1b7ced38;p=ceph.git mds: fix whitespace Signed-off-by: Patrick Donnelly --- 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; }