Skip to content

Commit 70e931c

Browse files
committed
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 <[email protected]>
1 parent 17244c0 commit 70e931c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cls/hello/cls_hello.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ static int record_hello(cls_method_context_t hctx, bufferlist *in, bufferlist *o
8787
// we can write arbitrary stuff to the ceph-osd debug log. each log
8888
// message is accompanied by an integer log level. smaller is
8989
// "louder". how much of this makes it into the log is controlled
90-
// by the debug_cls option on the ceph-osd, similar to how other log
90+
// by the debug_objclass option on the ceph-osd, similar to how other log
9191
// levels are controlled. this message, at level 20, will generally
92-
// not be seen by anyone unless debug_cls is set at 20 or higher.
92+
// not be seen by anyone unless debug_objclass is set at 20 or higher.
9393
CLS_LOG(20, "in record_hello");
9494

9595
// see if the input data from the client matches what this method

0 commit comments

Comments
 (0)