Commit 8f922f6480935fd4dcbad445dc0f7516fd0c5546

Authored by Adhidarma Hadiwinoto
1 parent a064bc8dfa
Exists in master

verbose

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -115,6 +115,7 @@ function forwardMessageToAAA(sender, message) {
115 115 SMSCID: config.globals.smscid
116 116 }
117 117 };
  118 + logger.verbose('Forward message to AAA', {qs: qs});
118 119  
119 120 request(request_opts, function(err, response, body) {
120 121 if (err) {