]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/osd_types: print notify-ack op properly
authorSage Weil <sage@redhat.com>
Tue, 20 Dec 2016 16:11:25 +0000 (11:11 -0500)
committerSage Weil <sage@redhat.com>
Tue, 20 Dec 2016 16:11:25 +0000 (11:11 -0500)
Not like "[notify-ack 0~0]"!

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/osd_types.cc

index 410af4457ebb56715fbdd8cf022cdf58b1b811a4..3780d73b6054d004bcfc99b92edf806d78264d18 100644 (file)
@@ -5313,6 +5313,7 @@ ostream& operator<<(ostream& out, const OSDOp& op)
        out << " gen " << op.op.watch.gen;
       break;
     case CEPH_OSD_OP_NOTIFY:
+    case CEPH_OSD_OP_NOTIFY_ACK:
       out << " cookie " << op.op.notify.cookie;
       break;
     case CEPH_OSD_OP_COPY_GET: