ma1 pushed to branch mullvad-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
bfc262ff
by hackademix at 2025-10-22T13:03:23+02:00
1 changed file:
Changes:
| ... | ... | @@ -350,14 +350,14 @@ var read_setting_from_prefs = function (prefNames) { |
| 350 | 350 | const actual = Services.prefs.getBoolPref(prefName);
|
| 351 | 351 | if (wanted !== actual) {
|
| 352 | 352 | possibleSetting = false;
|
| 353 | - logger.info(
|
|
| 353 | + logger.debug(
|
|
| 354 | 354 | `${prefName} does not match level ${settingIndex}: ${actual}, should be ${wanted}!`
|
| 355 | 355 | );
|
| 356 | 356 | break;
|
| 357 | 357 | }
|
| 358 | 358 | }
|
| 359 | 359 | if (possibleSetting) {
|
| 360 | - // We have a match!
|
|
| 360 | + logger.debug(`Preferences match level ${settingIndex}.`);
|
|
| 361 | 361 | return settingIndex;
|
| 362 | 362 | }
|
| 363 | 363 | }
|