Skip to content
Snippets Groups Projects
Commit c72c9019 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Change level of log message

parent 10d74810
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ class OmemoPlugin(GajimPlugin):
return
if state.build_session(recipient_id, device_id, bundle_dict):
log.warn(recipient_id + ' => session created')
log.info(recipient_id + ' => session created')
# Warn User about new Fingerprints in DB if Chat Window is Open
if account_name in self.ui_list and \
recipient_id in self.ui_list[account_name]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment