]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: cleanup the debug logs to make it to be more readable
authorXiubo Li <xiubli@redhat.com>
Thu, 16 May 2024 00:52:45 +0000 (08:52 +0800)
committerXiubo Li <xiubli@redhat.com>
Fri, 7 Jun 2024 02:03:47 +0000 (10:03 +0800)
URL: https://tracker.ceph.com/issues/65647
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/Server.cc

index e41342bf2b75fca92e0ac9f322a69f66082404d2..6cafa02332c1dfcc980f56fcbabf67ac16620c09 100644 (file)
@@ -1532,7 +1532,7 @@ void Server::handle_client_reconnect(const cref_t<MClientReconnect> &m)
   }
 
   if (!session->is_open()) {
-    dout(0) << " ignoring msg from not-open session" << *m << dendl;
+    dout(0) << " ignoring msg from not-open session " << *m << dendl;
     auto reply = make_message<MClientSession>(CEPH_SESSION_CLOSE);
     mds->send_message(reply, m->get_connection());
     return;