Change wording for user-disabled updates log message
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user