changeset 1654:22a8e770cb7b

plugin command export: fixed severity for a debug message
author Goffi <goffi@goffi.org>
date Mon, 23 Nov 2015 23:30:41 +0100
parents 200efadcab76
children ad2ad28b8923
files src/plugins/plugin_exp_command_export.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'