Change wording for user-disabled updates log message

This commit is contained in:
Carl 2021-02-17 20:36:44 +01:00 committed by GitHub
parent 80c163754a
commit 21e0153b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1333,7 +1333,7 @@ new file mode 100644
+
+ scheduler_->Stop();
+ if (next_check_delay_ == 0) {
+ LOG(INFO) << "AdBlockUpdaterService: user disabled.";
+ LOG(INFO) << "AdBlockUpdaterService: disabled by user.";
+ } else {
+ LOG(INFO) << "AdBlockUpdaterService: starting up. "
+ << "First update attempt will take place in "
@ -2504,4 +2504,3 @@ diff --git a/content/browser/renderer_host/navigation_throttle_runner.cc b/conte
NavigationThrottle* NavigationThrottleRunner::GetDeferringThrottle() const {
--
2.17.1