Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 21e0153b authored by Carl's avatar Carl Committed by GitHub
Browse files

Change wording for user-disabled updates log message

parent 80c16375
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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