From: Jason Dillaman Date: Thu, 1 Sep 2016 00:56:54 +0000 (-0400) Subject: librbd: improve image state machine debug log messages X-Git-Tag: v11.0.1~332^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c71182a73146c65dfe7bf955ad67ebeebcf7b1fd;p=ceph.git librbd: improve image state machine debug log messages Signed-off-by: Jason Dillaman --- 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 {