mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Make crystal clear that not having data for a device is not an error.
This commit is contained in:
parent
b25af87673
commit
8cee2497c6
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ datautil.applyData = function(device) {
|
|||
}
|
||||
}
|
||||
else {
|
||||
log.warn(
|
||||
'Device database does not have a match for device "%s" (model "%s"/"%s")'
|
||||
log.info(
|
||||
'Device database does not have an entry for "%s" (model "%s"/"%s"). This is not an error, it only means that we don\'t have data for it yet.'
|
||||
, device.serial
|
||||
, device.model
|
||||
, device.product
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue