mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
Bug 891497 - Fix typo in debug message. r=vyang
This commit is contained in:
parent
4e6140c4d4
commit
5f218a1813
@ -3437,7 +3437,7 @@ RILNetworkInterface.prototype = {
|
||||
httpProxyPort: null,
|
||||
|
||||
debug: function debug(s) {
|
||||
dump("-*- RILNetworkInterface[" + this.mRadioInterface.clientId + ":" +
|
||||
dump("-*- RILNetworkInterface[" + this.radioInterface.clientId + ":" +
|
||||
this.type + "]: " + s + "\n");
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user