diff --git a/lib/util/datautil.js b/lib/util/datautil.js index 5b27cab1..ddbb0066 100644 --- a/lib/util/datautil.js +++ b/lib/util/datautil.js @@ -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