Need to log the register event
This commit is contained in:
parent
1d5d3b2a36
commit
f27c9fa6be
2
index.js
2
index.js
@ -63,6 +63,6 @@ else
|
|||||||
{
|
{
|
||||||
var h = new Httph( req, res );
|
var h = new Httph( req, res );
|
||||||
new App( h ).run();
|
new App( h ).run();
|
||||||
}, 5000 );
|
}, 15602 );
|
||||||
//*/
|
//*/
|
||||||
}
|
}
|
||||||
|
@ -156,6 +156,7 @@ class WNSAuth extends EventEmitter
|
|||||||
|
|
||||||
// Success
|
// Success
|
||||||
handler( _self, uuid );
|
handler( _self, uuid );
|
||||||
|
Dragonfly.Info( "Register: " + uuid );
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user