[freenet-dev] [freenet-cvs] r16923 - trunk/freenet/src/freenet/store

Matthew Toseland toad at amphibian.dyndns.org
Tue Jan 8 19:16:03 UTC 2008


On Monday 07 January 2008 18:47, Martin Nyhus wrote:
> On Saturday 5. January 2008 22:26:37 toad at freenetproject.org 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.
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20080108/28714e10/attachment.pgp 


More information about the Devl mailing list