Author: toad
Date: 2009-04-09 13:28:06 +0000 (Thu, 09 Apr 2009)
New Revision: 26675

Modified:
   trunk/freenet/src/freenet/pluginmanager/PluginManager.java
Log:
Logging


Modified: trunk/freenet/src/freenet/pluginmanager/PluginManager.java
===================================================================
--- trunk/freenet/src/freenet/pluginmanager/PluginManager.java  2009-04-09 
13:07:52 UTC (rev 26674)
+++ trunk/freenet/src/freenet/pluginmanager/PluginManager.java  2009-04-09 
13:28:06 UTC (rev 26675)
@@ -667,6 +667,7 @@
                for(int i = 0; i < RETRIES; i++) {
                        if(!pluginFile.exists() || pluginFile.length() == 0)
                                try {
+                                       System.err.println("Downloading plugin 
"+name);
                                        File tempPluginFile = null;
                                        OutputStream pluginOutputStream = null;
                                        InputStream pluginInputStream = null;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to