Skip to content

Commit

Permalink
Merge pull request #487 from Telunsu/fix_wrong_assignment
Browse files Browse the repository at this point in the history
src/logging.cc: fix wrong assignment
  • Loading branch information
sergiud authored Nov 4, 2019
2 parents f811ae9 + e58e596 commit 5ef521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ void EnableLogCleaner(int overdue_days) {
}

void DisableLogCleaner() {
log_cleaner_overdue_days_ = false;
log_cleaner_enabled_ = false;
}

_END_GOOGLE_NAMESPACE_

0 comments on commit 5ef521d

Please sign in to comment.