From 9ecb489354cd30c6544f817762f2f26096e7be28 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Sat, 18 Mar 2017 19:10:00 -0400 Subject: [PATCH] mds: bump client_reply debug to match client_req handle_client_request is at level 7, show the replies at that same level: 2017-03-02 22:36:03.044273 7f014b94c700 4 mds.7.server handle_client_request client_request(client.14435:99257 lookup #800000273f9/linux 2017-03-02 22:36:03.042255 caller_uid=0, caller_gid=0{}) v4 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 470b36f949ca..1dc5ca2126f6 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -1116,7 +1116,7 @@ void Server::reply_client_request(MDRequestRef& mdr, MClientReply *reply) assert(mdr.get()); MClientRequest *req = mdr->client_request; - dout(10) << "reply_client_request " << reply->get_result() + dout(7) << "reply_client_request " << reply->get_result() << " (" << cpp_strerror(reply->get_result()) << ") " << *req << dendl; -- 2.47.3