This commit is contained in:
alecf%netscape.com 2000-01-07 07:54:09 +00:00
Родитель c40113f7f6
Коммит 768fb947e0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -269,7 +269,7 @@ function createAccount(hash) {
} catch (ex) {
// return false (meaning we did not create the account)
// on any error
dump("Error creating account: ex\n");
dump("Error creating account:\n" + ex);
return false;
}
}