mirror of
https://github.com/ceph/ceph
synced 2025-02-17 07:57:44 +00:00
cephtool: aesthetic change to ceph -w output
* no seq * name, not ip addr Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
13a9a15248
commit
78d0d0976b
@ -488,7 +488,7 @@ void Subscriptions::handle_log(MLog *m)
|
||||
std::deque<LogEntry>::iterator it = m->entries.begin();
|
||||
for (; it != m->entries.end(); it++) {
|
||||
LogEntry e = *it;
|
||||
cout << e.stamp << " " << e.seq << " " << e.who
|
||||
cout << e.stamp << " " << e.who.name
|
||||
<< " " << e.type << " " << e.msg << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user