]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: improve print of snapc in MOSDOp
authorSage Weil <sage@newdream.net>
Thu, 1 Apr 2010 14:28:41 +0000 (07:28 -0700)
committerSage Weil <sage@newdream.net>
Thu, 1 Apr 2010 14:28:41 +0000 (07:28 -0700)
src/messages/MOSDOp.h

index 6cb2de286e60436670e25b051560eb3acc6c2d1d..748da1f980503a29255f3294cff6dfcb516da63f 100644 (file)
@@ -211,7 +211,7 @@ public:
     out << " " << pg_t(head.layout.ol_pgid);
     if (is_retry_attempt()) out << " RETRY";
     if (!snaps.empty())
-      out << " snaps=" << snaps;
+      out << " snapc " << get_snap_seq() << "=" << snaps;
     out << ")";
   }
 };