Merge pull request #487 from Telunsu/fix_wrong_assignment
src/logging.cc: fix wrong assignment
This commit is contained in:
commit
5ef521d4ad
@ -2285,7 +2285,7 @@ void EnableLogCleaner(int overdue_days) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void DisableLogCleaner() {
|
void DisableLogCleaner() {
|
||||||
log_cleaner_overdue_days_ = false;
|
log_cleaner_enabled_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_END_GOOGLE_NAMESPACE_
|
_END_GOOGLE_NAMESPACE_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user