From c5a61107b3f297e8a4e1798126a1eaee2f3e39a6 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Thu, 16 May 2024 08:52:45 +0800 Subject: [PATCH] mds: cleanup the debug logs to make it to be more readable URL: https://tracker.ceph.com/issues/65647 Signed-off-by: Xiubo Li --- 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 e41342bf2b7..6cafa02332c 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -1532,7 +1532,7 @@ void Server::handle_client_reconnect(const cref_t &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(CEPH_SESSION_CLOSE); mds->send_message(reply, m->get_connection()); return; -- 2.39.5