]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cls/hello: debug_cls -> debug_objclass in the comment
authorIlya Dryomov <idryomov@gmail.com>
Thu, 16 Oct 2025 20:43:51 +0000 (22:43 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 16 Oct 2025 20:43:51 +0000 (22:43 +0200)
debug_cls option doesn't exist -- it's spelled debug_objclass.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/cls/hello/cls_hello.cc

index 24d1b5b1d8925d8c28af01e7b26183300a3c6fdc..ac2bdf13a4ab0521e128ff69717d3ada7a4521d8 100644 (file)
@@ -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