]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: improve image state machine debug log messages
authorJason Dillaman <dillaman@redhat.com>
Thu, 1 Sep 2016 00:56:54 +0000 (20:56 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 30 Jan 2017 14:20:36 +0000 (09:20 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c71182a73146c65dfe7bf955ad67ebeebcf7b1fd)

src/librbd/ImageState.cc

index da9f6d967cf33b79288dc2d0f35a58f572f44bc2..3204307276921f6392ee4ba923c08607a21ecf3c 100644 (file)
@@ -16,7 +16,7 @@
 
 #define dout_subsys ceph_subsys_rbd
 #undef dout_prefix
-#define dout_prefix *_dout << "librbd::ImageState: "
+#define dout_prefix *_dout << "librbd::ImageState: " << this << " "
 
 namespace librbd {