Commit 18ef482d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Error should be caught per plugin.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3550 b35dd754-fafc-0310-a699-88a17e54d16e
parent fb4c5285
......@@ -350,7 +350,7 @@ public class PluginManager {
Log.warn("Plugin " + pluginDir + " could not be loaded: no plugin.xml file found");
}
}
catch (Exception e) {
catch (Throwable e) {
Log.error("Error loading plugin", e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment