]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/Session.h
update sources to v12.1.1
[ceph.git] / ceph / src / mon / Session.h
index cb59464498336e18bdcdba4fa314987f54cbd70a..6dddee0716b05a9fb367bd24fade7581405767bd 100644 (file)
@@ -206,7 +206,7 @@ struct MonSessionMap {
     } else {
       sub = new Subscription(s, what);
       s->sub_map[what] = sub;
-      
+
       if (!subs.count(what))
        subs[what] = new xlist<Subscription*>;
       subs[what]->push_back(&sub->type_item);
@@ -227,7 +227,7 @@ inline ostream& operator<<(ostream& out, const MonSession& s)
 {
   out << "MonSession(" << s.inst << " is "
       << (s.closed ? "closed" : "open");
-  out << s.caps << ")";
+  out << " " << s.caps << ")";
   return out;
 }