From f27c9fa6beba303d3908eab11eea6984bd896829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 12 Feb 2016 21:24:42 +0800 Subject: [PATCH] Need to log the register event --- index.js | 2 +- notify-term/WNSAuth.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 0ac6bb5..8ea0c74 100644 --- a/index.js +++ b/index.js @@ -63,6 +63,6 @@ else { var h = new Httph( req, res ); new App( h ).run(); - }, 5000 ); + }, 15602 ); //*/ } diff --git a/notify-term/WNSAuth.js b/notify-term/WNSAuth.js index 841f74a..b44a729 100644 --- a/notify-term/WNSAuth.js +++ b/notify-term/WNSAuth.js @@ -156,6 +156,7 @@ class WNSAuth extends EventEmitter // Success handler( _self, uuid ); + Dragonfly.Info( "Register: " + uuid ); } ); }