Cut/copy/paste error in log message
This commit is contained in:
parent
97c1da96d6
commit
bd97723f8b
|
|
@ -71,7 +71,7 @@ function createFlywheel (rowerSettings) {
|
|||
|
||||
if (dataPoint < rowerSettings.minimumTimeBetweenImpulses && maintainMetrics) {
|
||||
// This shouldn't happen, but let's log it to clarify there is some issue going on here
|
||||
log.debug(`*** WARNING: currentDt of ${dataPoint} sec is above minimumTimeBetweenImpulses (${rowerSettings.minimumTimeBetweenImpulses} sec)`)
|
||||
log.debug(`*** WARNING: currentDt of ${dataPoint} sec is below minimumTimeBetweenImpulses (${rowerSettings.minimumTimeBetweenImpulses} sec)`)
|
||||
}
|
||||
|
||||
currentDt.push(dataPoint)
|
||||
|
|
|
|||
Loading…
Reference in New Issue