mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
message names
This commit is contained in:
parent
9832048a05
commit
123aba629b
@ -210,7 +210,7 @@ class MClientReply : public Message {
|
||||
}
|
||||
const char *get_type_name() { return "creply"; }
|
||||
void print(ostream& o) {
|
||||
o << "creply(" << env.dst.name << "." << le64_to_cpu(st.tid);
|
||||
o << "client_reply(" << env.dst.name << "." << le64_to_cpu(st.tid);
|
||||
o << " = " << st.result;
|
||||
if (st.result <= 0)
|
||||
o << " " << strerror(-st.result);
|
||||
|
@ -195,7 +195,7 @@ public:
|
||||
|
||||
const char *get_type_name() { return "creq"; }
|
||||
void print(ostream& out) {
|
||||
out << "clientreq(" << get_client()
|
||||
out << "client_request(" << get_client()
|
||||
<< "." << get_tid()
|
||||
<< " " << ceph_mds_op_name(get_op());
|
||||
//if (!get_filepath().empty())
|
||||
|
Loading…
Reference in New Issue
Block a user