Commit cec506507b09f9a0521c17cc9d292e7ee27ac580
1 parent
0809da8c6a
Exists in
master
log on going to call callbackFromWebReport
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
cekstatus.js
... | ... | @@ -164,6 +164,7 @@ function getTrxStatusPage(data, jar, callback) { |
164 | 164 | if (!callback) { |
165 | 165 | logger.warn('Invalid callback on checkstatus', {status: status}); |
166 | 166 | } else { |
167 | + logger.verbose('Calling callbackReportWithPushToMongoDb', {data: data, status: status, body: body}) | |
167 | 168 | callback(status); |
168 | 169 | } |
169 | 170 | }); |