Caps: Lower log level
This commit is contained in:
parent
b37a42c37b
commit
c4dfc0f8f2
|
@ -97,7 +97,7 @@ class Caps:
|
||||||
if contact is not None:
|
if contact is not None:
|
||||||
contact.client_caps = client_caps
|
contact.client_caps = client_caps
|
||||||
else:
|
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_):
|
def _get_contact_or_gc_contact_for_jid(self, from_):
|
||||||
contact = app.contacts.get_contact_from_full_jid(self._account,
|
contact = app.contacts.get_contact_from_full_jid(self._account,
|
||||||
|
|
Loading…
Reference in New Issue