summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cls/statelog/cls_statelog_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cls/statelog/cls_statelog_client.cc b/src/cls/statelog/cls_statelog_client.cc
index 70e7ed6a22a..2ba38686a08 100644
--- a/src/cls/statelog/cls_statelog_client.cc
+++ b/src/cls/statelog/cls_statelog_client.cc
@@ -123,6 +123,6 @@ void cls_statelog_check_state(librados::ObjectOperation& op, const string& clien
::encode(call, inbl);
- op.exec("statelog", "list", inbl, NULL);
+ op.exec("statelog", "check_state", inbl, NULL);
}