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