Skip to content

Commit

Permalink
Make crystal clear that not having data for a device is not an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Jun 1, 2016
1 parent b25af87 commit 8cee249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util/datautil.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cee249

Please sign in to comment.