]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/image/AttachParentRequest.cc
import 15.2.0 Octopus source
[ceph.git] / ceph / src / librbd / image / AttachParentRequest.cc
index 19e69594749a89f85b39614f5007d8b45401349a..116ef7ffada9ab367fafc663c1d3fdf20751dbd4 100644 (file)
@@ -27,7 +27,7 @@ void AttachParentRequest<I>::send() {
 template <typename I>
 void AttachParentRequest<I>::attach_parent() {
   auto cct = m_image_ctx.cct;
-  ldout(cct, 5) << dendl;
+  ldout(cct, 5) << "parent_image_spec=" << m_parent_image_spec << dendl;
 
   librados::ObjectWriteOperation op;
   if (!m_legacy_parent) {