summaryrefslogtreecommitdiff
path: root/src/common/ceph_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ceph_context.cc')
-rw-r--r--src/common/ceph_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc
index 6bbf2d21072..d104ce2ff1b 100644
--- a/src/common/ceph_context.cc
+++ b/src/common/ceph_context.cc
@@ -139,7 +139,7 @@ public:
}
if (changed.count("log_max_recent")) {
- log->set_max_new(conf->log_max_recent);
+ log->set_max_recent(conf->log_max_recent);
}
}
};