Commit e58e596f authored by yww's avatar yww

src/logging.cc: fix wrong assignment

parent f811ae9e
......@@ -2285,7 +2285,7 @@ void EnableLogCleaner(int overdue_days) {
}
void DisableLogCleaner() {
log_cleaner_overdue_days_ = false;
log_cleaner_enabled_ = false;
}
_END_GOOGLE_NAMESPACE_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment