Author: infinity0
Date: 2009-04-12 21:27:13 +0000 (Sun, 12 Apr 2009)
New Revision: 26753
Modified:
trunk/freenet/src/freenet/pluginmanager/PluginManager.java
Log:
move protocol-aborthandler logic to a better place
Modified: trunk/freenet/src/freenet/pluginmanager/PluginManager.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginManager.java 2009-04-12
15:05:35 UTC (rev 26752)
+++ trunk/freenet/src/freenet/pluginmanager/PluginManager.java 2009-04-12
21:27:13 UTC (rev 26753)
@@ -961,9 +961,9 @@
pluginFile.delete();
throw new PluginNotFoundException("could not
find class def, may a missing lib?", ncdfe1);
} catch(Throwable t) {
- Logger.error(this, "unexcpected error while
plugin loading", t);
+ Logger.error(this, "unexpected error while
plugin loading", t);
pluginFile.delete();
- throw new PluginNotFoundException("unexcpected
error while plugin loading " + t, t);
+ throw new PluginNotFoundException("unexpected
error while plugin loading " + t, t);
}
}
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs