Commit bc1c7dbf8dcfecebefe55fea5239644753e8c27c
1 parent
cec506507b
Exists in
master
callbackFromWebReport log
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
cekstatus.js
... | ... | @@ -164,7 +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 | + logger.verbose('Calling callbackFromWebReport', {data: data, status: status, body: body}) | |
168 | 168 | callback(status); |
169 | 169 | } |
170 | 170 | }); |