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

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