Add identity to missing device data log entry.

This commit is contained in:
Simo Kinnunen
2014-08-29 18:50:38 +09:00
parent fe4deaccff
commit 2f3f41d42c

View File

@@ -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
}