From c71182a73146c65dfe7bf955ad67ebeebcf7b1fd Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 31 Aug 2016 20:56:54 -0400 Subject: [PATCH] librbd: improve image state machine debug log messages Signed-off-by: Jason Dillaman --- src/librbd/ImageState.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/ImageState.cc b/src/librbd/ImageState.cc index da9f6d967cf3..320430727692 100644 --- a/src/librbd/ImageState.cc +++ b/src/librbd/ImageState.cc @@ -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 { -- 2.47.3