]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ReplicatedBackend: print char ack_type as int
authorSage Weil <sage@inktank.com>
Mon, 17 Feb 2014 16:45:46 +0000 (08:45 -0800)
committerSage Weil <sage@inktank.com>
Mon, 17 Feb 2014 21:07:39 +0000 (13:07 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedBackend.cc

index 6d7d2e5139189d9863fe18992022093e0f073cb1..e91ea9dd9c6b5194089a084b6b581641bb0b2380 100644 (file)
@@ -719,12 +719,12 @@ void ReplicatedBackend::sub_op_modify_reply(OpRequestRef op)
 
     if (m)
       dout(7) << __func__ << ": tid " << ip_op.tid << " op " //<< *m
-             << " ack_type " << r->ack_type
+             << " ack_type " << (int)r->ack_type
              << " from osd." << fromosd
              << dendl;
     else
       dout(7) << __func__ << ": tid " << ip_op.tid << " (no op) "
-             << " ack_type " << r->ack_type
+             << " ack_type " << (int)r->ack_type
              << " from osd." << fromosd
              << dendl;