]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls/rbd: fix log message
authorMykola Golub <to.my.trociny@gmail.com>
Fri, 13 Oct 2017 06:54:48 +0000 (09:54 +0300)
committerMykola Golub <to.my.trociny@gmail.com>
Fri, 13 Oct 2017 06:54:48 +0000 (09:54 +0300)
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
src/cls/rbd/cls_rbd.cc

index be5f19ec6cc7c82afefd2f1215a7470da857dc88..d06ec0bc2d719daf1a049885cc123e9bbd6f022d 100644 (file)
@@ -2732,7 +2732,7 @@ int metadata_remove(cls_method_context_t hctx, bufferlist *in, bufferlist *out)
     return -EINVAL;
   }
 
-  CLS_LOG(20, "metdata_set key=%s", key.c_str());
+  CLS_LOG(20, "metdata_remove key=%s", key.c_str());
 
   int r = cls_cxx_map_remove_key(hctx, metadata_key_for_name(key));
   if (r < 0) {