On Monday 07 January 2008 18:47, Martin Nyhus wrote:
> On Saturday 5. January 2008 22:26:37 [EMAIL PROTECTED] wrote:
> > Author: toad
> > Date: 2008-01-05 21:26:37 +0000 (Sat, 05 Jan 2008)
> > New Revision: 16923
> >
> > Modified:
> > trunk/freenet/src/freenet/store/BerkeleyDBFreenetStore.java
> > Log:
> > demote to DEBUG level logging
> [...]
> > @@ -1580,9 +1573,9 @@
> > if(keysRAF != null) {
> > keysRAF.seek(blockNum * keyLength);
> > keysRAF.write(fullKey);
> > - if(logMINOR)
> > + if(logDEBUG)
> > Logger.minor(this, "Written full key
> > length "+fullKey.length+" to
> block "+blockNum+" at "+(blockNum * keyLength));
> > - } else if(logMINOR && storeType == TYPE_SSK) {
> > + } else if(logDEBUG && storeType == TYPE_SSK) {
> > Logger.minor(this, "Not writing full key length
> > "+fullKey.length+"
for
> block "+blockNum);
> > }
>
> Shouldn't Logger.minor be Logger.debug here?Indeed it should. Will fix. >
pgpvnHdEZgS4v.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
