]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
librbd: fix snapshot create error message
authorMykola Golub <mgolub@suse.com>
Wed, 15 Jul 2020 12:40:11 +0000 (13:40 +0100)
committerMykola Golub <mgolub@suse.com>
Wed, 15 Jul 2020 12:40:11 +0000 (13:40 +0100)
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/operation/SnapshotCreateRequest.cc

index 8dc7f706e3a25c3397367f1a7abda3d104fd9bcc..13885cf3011468cf83b1b46ad1d08e4bd0b583e4 100644 (file)
@@ -324,7 +324,7 @@ Context *SnapshotCreateRequest<I>::handle_create_image_state(int *result) {
 
   update_snap_context();
   if (*result < 0) {
-    lderr(cct) << this << " " << __func__ << ": failed to snapshot object map: "
+    lderr(cct) << this << " " << __func__ << ": failed to create image state: "
                << cpp_strerror(*result) << dendl;
     save_result(result);
   }