Caps: Lower log level

This commit is contained in:
Philipp Hörist 2018-08-19 10:48:40 +02:00
parent b37a42c37b
commit c4dfc0f8f2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Caps:
if contact is not None:
contact.client_caps = client_caps
else:
log.warning('Received Caps from unknown contact %s' % from_)
log.info('Received Caps from unknown contact %s' % from_)
def _get_contact_or_gc_contact_for_jid(self, from_):
contact = app.contacts.get_contact_from_full_jid(self._account,