Bug 978062 - Fix SimplePush UDP port debug message. r=khuey

This commit is contained in:
Nikhil Marathe 2014-03-05 16:23:03 -08:00
Родитель 41e8d97fb5
Коммит d2856ba66c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;
},