From 70e931c8be743b36dceb8baa47cac4075456e496 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 16 Oct 2025 22:43:51 +0200 Subject: [PATCH] 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 --- src/cls/hello/cls_hello.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cls/hello/cls_hello.cc b/src/cls/hello/cls_hello.cc index 24d1b5b1d89..ac2bdf13a4a 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 -- 2.39.5