mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
add a dump statement, so I know what's going on and when this is being called.
This commit is contained in:
parent
d3eb73be23
commit
edc9be1c4d
@ -82,6 +82,7 @@ function verifyAccounts() {
|
||||
if (accounts.Count() > 0) return;
|
||||
|
||||
try {
|
||||
dump("attempt to UpgradePrefs. If that fails, open the account wizard.\n");
|
||||
am.UpgradePrefs();
|
||||
}
|
||||
catch (ex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user