Change wording for user-disabled updates log message
This commit is contained in:
parent
80c163754a
commit
21e0153b28
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue