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: v10.2.6~66^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bca65c46fdac4829132308f7fcf2ac59e2aaea6c;p=ceph.git librbd: improve image state machine debug log messages Signed-off-by: Jason Dillaman (cherry picked from commit c71182a73146c65dfe7bf955ad67ebeebcf7b1fd) --- diff --git a/src/librbd/ImageState.cc b/src/librbd/ImageState.cc index da9f6d967cf..32043072769 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 {