mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Minor re-wording in log output
This commit is contained in:
parent
4a57c174a5
commit
4032ac9149
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ async function diffUpdater() {
|
||||||
|
|
||||||
function updateFirst() {
|
function updateFirst() {
|
||||||
ubolog('Updater: cycle start');
|
ubolog('Updater: cycle start');
|
||||||
ubolog('Updater: Fetch from ', updaterAuto ? 'CDNs' : 'origin');
|
ubolog('Updater: prefer', updaterAuto ? 'CDNs' : 'origin');
|
||||||
updaterStatus = 'updating';
|
updaterStatus = 'updating';
|
||||||
updaterFetched.clear();
|
updaterFetched.clear();
|
||||||
updaterUpdated.length = 0;
|
updaterUpdated.length = 0;
|
||||||
|
|
Loading…
Reference in a new issue