Skip to content

Commit

Permalink
rbd-mirror: journal debug message should not be logged as error
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
  • Loading branch information
Jason Dillaman committed Oct 28, 2017
1 parent 1e1d15e commit 625222e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/rbd_mirror/ImageReplayer.cc
Expand Up @@ -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;
Expand Down

0 comments on commit 625222e

Please sign in to comment.