Minor phone updates.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7316 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-02-27 22:47:11 +00:00
committed by derek
parent 93b7431a66
commit cbf0be55e8
6 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@ public class PluginManager implements MainWindowListener {
registerPlugin(pluginClass);
}
catch (Exception e) {
catch (Throwable e) {
Log.error("Unable to load plugin " + clazz + ".", e);
}
}