From: Ilya Dryomov Date: Thu, 16 Oct 2025 20:43:51 +0000 (+0200) Subject: cls/hello: debug_cls -> debug_objclass in the comment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70e931c8be743b36dceb8baa47cac4075456e496;p=ceph.git cls/hello: debug_cls -> debug_objclass in the comment debug_cls option doesn't exist -- it's spelled debug_objclass. Signed-off-by: Ilya Dryomov --- diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 24d1b5b1d892..ac2bdf13a4ab 100644 --- a/src/cls/hello/cls_hello.cc +++ b/src/cls/hello/cls_hello.cc @@ -87,9 +87,9 @@ static int record_hello(cls_method_context_t hctx, bufferlist *in, bufferlist *o // we can write arbitrary stuff to the ceph-osd debug log. each log // message is accompanied by an integer log level. smaller is // "louder". how much of this makes it into the log is controlled - // by the debug_cls option on the ceph-osd, similar to how other log + // by the debug_objclass option on the ceph-osd, similar to how other log // levels are controlled. this message, at level 20, will generally - // not be seen by anyone unless debug_cls is set at 20 or higher. + // not be seen by anyone unless debug_objclass is set at 20 or higher. CLS_LOG(20, "in record_hello"); // see if the input data from the client matches what this method