]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd-mirror: journal debug message should not be logged as error 18601/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 27 Oct 2017 20:02:47 +0000 (16:02 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sat, 28 Oct 2017 22:30:17 +0000 (18:30 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/ImageReplayer.cc

index ddf3b5a3cea71fb4377225a475ee37968041f45e..fd3bf7a90f136aaaed1f052e99d23fb47641908b 100644 (file)
@@ -620,9 +620,9 @@ void ImageReplayer<I>::handle_init_remote_journaler(int r) {
     return;
   }
 
-  derr << "image_id=" << m_local_image_id << ", "
-       << "m_client_meta.image_id=" << m_client_meta.image_id << ", "
-       << "client.state=" << client.state << dendl;
+  dout(5) << "image_id=" << m_local_image_id << ", "
+          << "client_meta.image_id=" << m_client_meta.image_id << ", "
+          << "client.state=" << client.state << dendl;
   if (m_client_meta.image_id == m_local_image_id &&
       client.state != cls::journal::CLIENT_STATE_CONNECTED) {
     dout(5) << "client flagged disconnected, stopping image replay" << dendl;