Bug 1011343 - don't log username in sync log, r=markh

This commit is contained in:
Gijs Kruitbosch 2014-05-29 12:47:24 +01:00
Родитель f4ab521f85
Коммит 7369b7f81b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -968,7 +968,7 @@ Sync11Service.prototype = {
&& (username || password || passphrase)) {
Svc.Obs.notify("weave:service:setup-complete");
}
this._log.info("Logging in user " + this.identity.username);
this._log.info("Logging in the user.");
this._updateCachedURLs();
if (!this.verifyLogin()) {