forked from platypush/platypush
Bluetooth LE blacklisted device notices moved info -> debug
.
This commit is contained in:
parent
998990aabc
commit
3febfabdd7
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class EventHandler:
|
|||
return
|
||||
|
||||
if self._blacklist.matches(new_entity):
|
||||
logger.info('Ignoring blacklisted device: %s', device.address)
|
||||
logger.debug('Ignoring blacklisted device: %s', device.address)
|
||||
return
|
||||
|
||||
# Extend the new entity with children entities added by the plugins
|
||||
|
|
Loading…
Reference in a new issue