From 2dcf398b41b198823f058182b4460f83ca217aee Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 5 Aug 2011 20:13:16 +0200 Subject: fixes, closed #361 --- module/PluginThread.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index b415d7d60..be29a680e 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -600,8 +600,11 @@ class InfoThread(PluginThread): pyfile.plugin.urls.extend(pack[1]) data = self.m.core.pluginManager.parseUrls(pyfile.plugin.urls) - except : - pass + + self.m.log.debug("Got %d links." % len(data)) + + except Exception, e: + self.m.log.debug("Pre decrypting error: %s" % str(e)) finally: pyfile.release() -- cgit v1.2.3