diff src/plugins/plugin_xep_0054.py @ 1246:8b891f9be183

core, plugins: improve a bit some log messages
author souliane <souliane@mailoo.org>
date Sat, 18 Oct 2014 16:28:37 +0200
parents 96fb74a4714d
children 77a4592816f6
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0054.py	Sun Oct 19 12:31:28 2014 +0200
+++ b/src/plugins/plugin_xep_0054.py	Sat Oct 18 16:28:37 2014 +0200
@@ -143,7 +143,7 @@
         """Parse a <PHOTO> elem and save the picture"""
         for elem in photo_xml.elements():
             if elem.name == 'TYPE':
-                log.info(_('Photo of type [%s] found') % str(elem))
+                log.debug(_('Photo of type [%s] found') % str(elem))
             if elem.name == 'BINVAL':
                 log.debug(_('Decoding binary'))
                 decoded = b64decode(str(elem))