mds: remove useless debug message

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2019-08-02 13:31:41 -07:00
parent 2ddcfbdf64
commit 8ad44444a4
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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);