Skip to content

Commit

Permalink
Merge pull request #9003:
Browse files Browse the repository at this point in the history
Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed May 10, 2016
2 parents ff3617e + 039554d commit d9797b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librbd/image/OpenRequest.cc
Expand Up @@ -58,8 +58,8 @@ Context *OpenRequest<I>::handle_v1_detect_header(int *result) {
}
send_close_image(*result);
} else {
lderr(cct) << "RBD image format 1 is deprecated. "
<< "Please copy this image to image format 2." << dendl;
ldout(cct, 1) << "RBD image format 1 is deprecated. "
<< "Please copy this image to image format 2." << dendl;

m_image_ctx->old_format = true;
m_image_ctx->header_oid = util::old_header_name(m_image_ctx->name);
Expand Down

0 comments on commit d9797b6

Please sign in to comment.