Merge pull request #1334 from chaotixkilla/feat-add-session-id-to-sweep-error-logs-8.1
[8.1] Add session ID to sweep error logs
This commit is contained in:
commit
abddb165fe
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ function plugins (settings, deviceId) {
|
||||||
return db.none(sql, row.id)
|
return db.none(sql, row.id)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(err => logger.error('[%s] Sweep error: %s', cryptoCode, err.message))
|
.catch(err => logger.error('[%s] [Session ID: %s] Sweep error: %s', cryptoCode, row.id, err.message))
|
||||||
}
|
}
|
||||||
|
|
||||||
function sweepHd () {
|
function sweepHd () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue