]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix whitespace
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 28 Sep 2017 22:56:26 +0000 (15:56 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 29 Sep 2017 00:12:43 +0000 (17:12 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit ab69d682937a0a13246d28cfa2bbbf8c1b7ced38)

src/mds/Server.cc

index 0bd9893adf742bb05828fa1ab8c416b9b9375f09..e3beb1b5e7ca1082e16266419183f8550efaf266 100644 (file)
@@ -1089,7 +1089,7 @@ void Server::recall_client_state(void)
   uint64_t min_caps_per_client = g_conf->get_val<uint64_t>("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;
   }