add a dump statement, so I know what's going on and when this is being called.

This commit is contained in:
sspitzer%netscape.com 1999-09-11 19:10:06 +00:00
Родитель d3eb73be23
Коммит edc9be1c4d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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) {