diff src/plugins/plugin_exp_command_export.py @ 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 3265a2639182
children 244a605623d6
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'