This commit is contained in:
aozhiwei 2023-07-10 19:44:56 +08:00
parent 87aebab3c8
commit af794c8235

View File

@ -114,9 +114,9 @@ class BcRefresh extends BaseTask {
const conf = refresher['conf'];
const progInfo = refresher['progressInfo'];
const logObj = 'net_id: ' + net['net_id'] + ' ' +
conf['contract_name'] + '.' +
conf['contract_name'] + '' +
' refreshedCount:' + progInfo['refreshedCount'] +
' pullCount:' + progInfo['pullCount']
' pendingCount:' + progInfo['pendingCount']
;
log.info(logObj);
}