]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
messages/MOSDPG*: clean up output a bit
authorSage Weil <sage@newdream.net>
Thu, 13 Oct 2011 19:42:47 +0000 (12:42 -0700)
committerSage Weil <sage@newdream.net>
Sat, 15 Oct 2011 04:02:32 +0000 (21:02 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/messages/MOSDPGLog.h
src/messages/MOSDPGNotify.h

index d328db1d8d477c7a6be4c46afb1773319c5b4ecd..a67e51dd47d5267398c91992eb6908f33d8096fb 100644 (file)
@@ -48,8 +48,8 @@ private:
 public:
   const char *get_type_name() { return "PGlog"; }
   void print(ostream& out) {
-    out << "pg_log(" << info.pgid << " e" << epoch
-       << " query epoch" << query_epoch << ")";
+    out << "pg_log(" << info.pgid << " epoch " << epoch
+       << " query_epoch " << query_epoch << ")";
   }
 
   void encode_payload(CephContext *cct) {
index b5fc12e058652bfb1847d9559f9222bfc921e184..903a88a6e66524062bba96fa02ab85935a8ea1bc 100644 (file)
@@ -65,7 +65,7 @@ public:
   }
   void print(ostream& out) {
     out << "osd pg notify(" << "epoch " << epoch
-       << "query epoch " << query_epoch << "; ";
+       << "query_epoch " << query_epoch << "; ";
     for (vector<PG::Info>::iterator i = pg_list.begin();
          i != pg_list.end();
          ++i) {