Commit bc1c7dbf8dcfecebefe55fea5239644753e8c27c

Authored by Adhidarma Hadiwinoto
1 parent cec506507b
Exists in master

callbackFromWebReport log

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

... ... @@ -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 });