# HG changeset patch # User Goffi # Date 1448317841 -3600 # Node ID 22a8e770cb7b40a6c828c27aab927f95e157ee3f # Parent 200efadcab76bf61d7767ec7ace1ce5ac9c68546 plugin command export: fixed severity for a debug message diff -r 200efadcab76 -r 22a8e770cb7b src/plugins/plugin_exp_command_export.py --- a/src/plugins/plugin_exp_command_export.py Mon Nov 23 18:50:02 2015 +0100 +++ b/src/plugins/plugin_exp_command_export.py Mon Nov 23 23:30:41 2015 +0100 @@ -110,7 +110,7 @@ body = [e for e in message.elements() if e.name == 'body'][0] except IndexError: # do not block message without body (chat state notification...) - log.warning("No body element found in message, following normal behaviour") + log.debug("No body element found in message, following normal behaviour") return True mess_data = unicode(body) + '\n'