Author: nextgens
Date: 2008-08-12 15:54:31 +0000 (Tue, 12 Aug 2008)
New Revision: 21766
Modified:
trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
Log:
better that way
Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2008-08-12 15:53:16 UTC (rev 21765)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
2008-08-12 15:54:31 UTC (rev 21766)
@@ -152,7 +152,7 @@
Long lFreeSpace = (Long) m.invoke(dir,
new Object[0]);
if(lFreeSpace != null) {
freeSpace =
lFreeSpace.longValue();
- System.err.println("Found free
space on node's partition: "+freeSpace+" on "+dir+" =
"+SizeUtil.formatSize(freeSpace));
+ System.err.println("Found free
space on node's partition: on "+dir+" = "+SizeUtil.formatSize(freeSpace));
}
}
} catch (NoSuchMethodException e) {