Commit 8552551ae912ee4cf69c537d865d141cee89f8c8

Authored by Adhidarma Hadiwinoto
1 parent 30b7ff4022
Exists in master

more log

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

... ... @@ -56,7 +56,7 @@ function onRequestFromPartner(req, res) {
56 56 function(err, _result) {
57 57 let result = cleanResponseToPartner(_result);
58 58  
59   - logger.verbose('Forwarding CORE response to partner', _result);
  59 + logger.verbose('Forwarding CORE response to partner as direct response', _result);
60 60 res.end(JSON.stringify(result));
61 61 }
62 62 )