Skip to content

Commit

Permalink
Update lib/UpnpMonitor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaauw committed Oct 12, 2018
1 parent 3317e8f commit 0f32240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UpnpMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function convert (message) {
module.exports = class UpnpMonitor extends events.EventEmitter {
constructor (options = {}) {
super()
this._debug = debug('UpnpMonitor', ++id)
this._debug = debug('UpnpMonitor' + ++id)
this._debug('constructor(%j)', options)
this._options = {
hostname: '239.255.255.250',
Expand Down

0 comments on commit 0f32240

Please sign in to comment.