ma1 pushed to branch base-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
290bf297
by hackademix at 2025-10-22T13:03:18+02:00
1 changed file:
Changes:
| ... | ... | @@ -338,14 +338,14 @@ var read_setting_from_prefs = function (prefNames) { |
| 338 | 338 | const actual = Services.prefs.getBoolPref(prefName);
|
| 339 | 339 | if (wanted !== actual) {
|
| 340 | 340 | possibleSetting = false;
|
| 341 | - logger.info(
|
|
| 341 | + logger.debug(
|
|
| 342 | 342 | `${prefName} does not match level ${settingIndex}: ${actual}, should be ${wanted}!`
|
| 343 | 343 | );
|
| 344 | 344 | break;
|
| 345 | 345 | }
|
| 346 | 346 | }
|
| 347 | 347 | if (possibleSetting) {
|
| 348 | - // We have a match!
|
|
| 348 | + logger.debug(`Preferences match level ${settingIndex}.`);
|
|
| 349 | 349 | return settingIndex;
|
| 350 | 350 | }
|
| 351 | 351 | }
|