mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Add identity to missing device data log entry.
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = syrup.serial()
|
||||
function find() {
|
||||
var data = deviceData.find(identity)
|
||||
if (!data) {
|
||||
log.warn('Unable to find device data')
|
||||
log.warn('Unable to find device data', identity)
|
||||
}
|
||||
return data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user