Minor re-wording in log output

This commit is contained in:
Raymond Hill 2023-11-02 11:49:15 -04:00
parent 4a57c174a5
commit 4032ac9149
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1292,7 +1292,7 @@ async function diffUpdater() {
function updateFirst() {
ubolog('Updater: cycle start');
ubolog('Updater: Fetch from ', updaterAuto ? 'CDNs' : 'origin');
ubolog('Updater: prefer', updaterAuto ? 'CDNs' : 'origin');
updaterStatus = 'updating';
updaterFetched.clear();
updaterUpdated.length = 0;