mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Bug 1011343 - don't log username in sync log, r=markh
This commit is contained in:
parent
f4ab521f85
commit
7369b7f81b
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user