summaryrefslogtreecommitdiff
path: root/src/messages
diff options
context:
space:
mode:
authorGreg Farnum <gregory.farnum@dreamhost.com>2011-08-02 16:15:44 -0700
committerGreg Farnum <gregory.farnum@dreamhost.com>2011-08-04 08:39:08 -0700
commitcf88ce5e7cb241a8425ce992c7d58baaf8d321ea (patch)
tree8281b5ccfceeb9841e5637fc1dd22075ed4ab581 /src/messages
parent9bdc43fac3d926cb3960573b28f210731c91443c (diff)
downloadceph-cf88ce5e7cb241a8425ce992c7d58baaf8d321ea.tar.gz
messages: change = to result = for less confusion!
Every time I see "ondisk = 0" I think it means that the message is an ack, not a commit. Now I won't, and neither will anybody else! Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to 'src/messages')
-rw-r--r--src/messages/MOSDSubOpReply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages/MOSDSubOpReply.h b/src/messages/MOSDSubOpReply.h
index 4abccef94f2..e5f7e0229e2 100644
--- a/src/messages/MOSDSubOpReply.h
+++ b/src/messages/MOSDSubOpReply.h
@@ -136,7 +136,7 @@ public:
out << " onnvram";
if (ack_type & CEPH_OSD_FLAG_ACK)
out << " ack";
- out << " = " << result;
+ out << ", result = " << result;
out << ")";
}