summaryrefslogtreecommitdiffstats
path: root/src/mds/SessionMap.cc
diff options
context:
space:
mode:
authorPatrick Donnelly <pdonnell@redhat.com>2019-08-02 22:31:41 +0200
committerPatrick Donnelly <pdonnell@redhat.com>2019-09-13 02:42:03 +0200
commit8ad44444a406547c786367f1419766a8ac51b8a2 (patch)
tree350da025841c673035757ef55f1aefa866cf8b09 /src/mds/SessionMap.cc
parentmds: use const get_request_count (diff)
downloadceph-8ad44444a406547c786367f1419766a8ac51b8a2.tar.xz
ceph-8ad44444a406547c786367f1419766a8ac51b8a2.zip
mds: remove useless debug message
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'src/mds/SessionMap.cc')
-rw-r--r--src/mds/SessionMap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mds/SessionMap.cc b/src/mds/SessionMap.cc
index 925e9aa62ca..27e79e1215d 100644
--- a/src/mds/SessionMap.cc
+++ b/src/mds/SessionMap.cc
@@ -1037,7 +1037,6 @@ void SessionMap::handle_conf_change(const std::set<std::string>& changed)
if (changed.count("mds_request_load_average_decay_rate")) {
auto d = g_conf().get_val<double>("mds_request_load_average_decay_rate");
- dout(20) << __func__ << " decay rate changed to " << d << dendl;
decay_rate = d;
total_load_avg = DecayCounter(d);