Need to log the register event

This commit is contained in:
斟酌 鵬兄 2016-02-12 21:24:42 +08:00
parent 1d5d3b2a36
commit f27c9fa6be
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,6 @@ else
{
var h = new Httph( req, res );
new App( h ).run();
}, 5000 );
}, 15602 );
//*/
}

View File

@ -156,6 +156,7 @@ class WNSAuth extends EventEmitter
// Success
handler( _self, uuid );
Dragonfly.Info( "Register: " + uuid );
} );
}