зеркало из https://github.com/mozilla/gecko-dev.git
Bug 978062 - Fix SimplePush UDP port debug message. r=khuey
This commit is contained in:
Родитель
41e8d97fb5
Коммит
d2856ba66c
|
@ -1439,7 +1439,7 @@ this.PushService = {
|
|||
.createInstance(Ci.nsIUDPSocket);
|
||||
this._udpServer.init(-1, false);
|
||||
this._udpServer.asyncListen(this);
|
||||
debug("listenForUDPWakeup listening on " + this._udpPort);
|
||||
debug("listenForUDPWakeup listening on " + this._udpServer.port);
|
||||
|
||||
return this._udpServer.port;
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче