[omemo] Change log levels

This commit is contained in:
Philipp Hörist
2017-11-15 18:54:07 +01:00
parent b2be4c9188
commit 6e42eae556
2 changed files with 7 additions and 7 deletions

View File

@@ -313,7 +313,7 @@ def unpack_device_list_update(stanza, account):
items = event_node.getTag('items', {'node': NS_DEVICE_LIST})
if not items or len(items.getChildren()) != 1:
log.debug(
log.warning(
account +
' => Device list update items node empty or not omemo device update')
return result